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 72e2cbd commit 0bc563eCopy full SHA for 0bc563e
1 file changed
.github/workflows/ci-cd.yml
@@ -411,6 +411,12 @@ jobs:
411
&& runner.os == 'Linux'
412
run: |
413
gcovr --verbose
414
+ - name: See Gcovr leftovers [FIXME]
415
+ if: >-
416
+ !cancelled()
417
+ && runner.os == 'Linux'
418
+ run: |
419
+ find ~/ -type f -name '*.gcov.json.gz'
420
- name: Produce markdown test summary from JUnit
421
if: >-
422
!cancelled()
0 commit comments