Skip to content

Commit bea0a92

Browse files
committed
debug! Log gcovr leftovers
1 parent b9c6799 commit bea0a92

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,12 @@ jobs:
409409
&& runner.os == 'Linux'
410410
run: |
411411
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'
412418
- name: Produce markdown test summary from JUnit
413419
if: >-
414420
!cancelled()

0 commit comments

Comments
 (0)