We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e24bb8 commit 15a8212Copy full SHA for 15a8212
.github/workflows/fortran-build.yml
@@ -204,8 +204,9 @@ jobs:
204
205
- name: Create coverage report
206
if: ${{ matrix.build == 'meson' && matrix.build-type == 'coverage' }}
207
- run:
+ run: |
208
ninja -C ${{ env.BUILD_DIR }} coverage
209
+ gcovr -r . --exclude-directories 'test' --html-details coverage.html
210
211
- name: Install project
212
if: ${{ matrix.build != 'fpm' }}
0 commit comments