Skip to content

Commit

Permalink
Remove "gcovr" step from the 'developer' workflow (#785)
Browse files Browse the repository at this point in the history
Remove temporarly until someone can come up with a proper fix.

Fixes #784
  • Loading branch information
GeorgeGayno-NOAA authored Mar 16, 2023
1 parent a767714 commit c0e4152
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/developer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
sudo apt-get update
sudo apt-get install libpng-dev zlib1g-dev libjpeg-dev doxygen libmpich-dev
sudo apt-get install libnetcdf-dev libnetcdff-dev netcdf-bin pkg-config
python3 -m pip install gcovr
# python3 -m pip install gcovr

- name: cache-esmf
id: cache-esmf
Expand Down Expand Up @@ -348,7 +348,7 @@ jobs:
run: |
cd ufs_utils/build
ctest --verbose --rerun-failed --output-on-failure
gcovr --root .. -v --html-details --exclude ../tests --exclude CMakeFiles --print-summary -o test-coverage.html &> /dev/null
# gcovr --root .. -v --html-details --exclude ../tests --exclude CMakeFiles --print-summary -o test-coverage.html &> /dev/null

- name: cache-data
if: steps.cache-data.outputs.cache-hit != 'true'
Expand Down

0 comments on commit c0e4152

Please sign in to comment.