Skip to content

Commit c0e4152

Browse files
Remove "gcovr" step from the 'developer' workflow (ufs-community#785)
Remove temporarly until someone can come up with a proper fix. Fixes ufs-community#784
1 parent a767714 commit c0e4152

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/developer.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
sudo apt-get update
3838
sudo apt-get install libpng-dev zlib1g-dev libjpeg-dev doxygen libmpich-dev
3939
sudo apt-get install libnetcdf-dev libnetcdff-dev netcdf-bin pkg-config
40-
python3 -m pip install gcovr
40+
# python3 -m pip install gcovr
4141

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

353353
- name: cache-data
354354
if: steps.cache-data.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)