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