Skip to content

Commit ce46fc8

Browse files
committed
removed debug
1 parent 43faea5 commit ce46fc8

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ jobs:
4040
run: |
4141
find . -name "*.gcda" -exec cp {} ./src \;
4242
find . -name "*.gcno" -exec cp {} ./src/ \;
43-
- name: Debug output
44-
run: |
45-
ls -lsrt .
46-
ls -lsrt ./src/
4743
- name: Run lcov
4844
run: |
4945
lcov --capture --directory src --output-file coverage.info

0 commit comments

Comments
 (0)