We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67626d9 commit 7efdb77Copy full SHA for 7efdb77
.github/workflows/verify-build.yml
@@ -668,7 +668,7 @@ jobs:
668
- name: Generate coverage report
669
run: |
670
cd build
671
- gcovr --root .. --exclude test/ --xml coverage.xml --xml-pretty
+ gcovr --root .. --exclude test/ --xml coverage.xml --xml-pretty --print-summary
672
if: ${{ matrix.os-type == 'ubuntu' && matrix.c-compiler == 'gcc' && matrix.debug == 'debug' && matrix.coverage == 'coverage' && success() }}
673
674
- name: Upload coverage to Codecov
0 commit comments