We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57a4de3 commit 6bc58a5Copy full SHA for 6bc58a5
1 file changed
.github/workflows/coverage.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Collect coverage
30
run: |
31
lcov --capture --directory build --output-file coverage.info --ignore-errors mismatch
32
- lcov --remove coverage.info '/usr/*' '*/test/*' '*/tests/*' --output-file coverage.info
+ lcov --remove coverage.info '/usr/*' '*/test/*' '*/tests/*' --output-file coverage.info --ignore-errors unused
33
lcov --list coverage.info
34
35
- name: Upload to Codecov
0 commit comments