Commit c0e4152 1 parent a767714 commit c0e4152 Copy full SHA for c0e4152
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 37
37
sudo apt-get update
38
38
sudo apt-get install libpng-dev zlib1g-dev libjpeg-dev doxygen libmpich-dev
39
39
sudo apt-get install libnetcdf-dev libnetcdff-dev netcdf-bin pkg-config
40
- python3 -m pip install gcovr
40
+ # python3 -m pip install gcovr
41
41
42
42
- name : cache-esmf
43
43
id : cache-esmf
@@ -348,7 +348,7 @@ jobs:
348
348
run : |
349
349
cd ufs_utils/build
350
350
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
352
352
353
353
- name : cache-data
354
354
if : steps.cache-data.outputs.cache-hit != 'true'
You can’t perform that action at this time.
0 commit comments