We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64aeba4 commit 54cf47fCopy full SHA for 54cf47f
.github/workflows/CI.yml
@@ -163,7 +163,10 @@ jobs:
163
run: |
164
GFORTRAN=gfortran-${{matrix.gcc_v}}
165
GCOV=gcov-${{matrix.gcc_v}}
166
- ./build.sh --coverage --skip-documentation # DISABLED FOR NOW
+ ./build.sh --coverage --skip-documentation
167
+ # delete old coverage files:
168
+ find . -name '*.gcda' -delete
169
+ find . -name '*.gcov' -delete
170
./build.sh --coverage --enable-unicode
171
172
- name: Deploy Documentation for master
0 commit comments