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 b7956d1 commit e940514Copy full SHA for e940514
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Generate coverage report
32
run: |
33
lcov --capture --directory . --output-file coverage.info
34
- lcov --remove coverage.info '/usr/*' '*/test.c' --output-file coverage.info
+ lcov --remove coverage.info '/usr/*' '*/test.c' --output-file coverage.info --ignore-errors unused
35
lcov --list coverage.info
36
37
- name: Upload coverage to Codecov
0 commit comments