We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a6fe88 commit 27cab97Copy full SHA for 27cab97
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 --ignore-errors unused
+ lcov --remove coverage.info '/usr/*' '*/test/*' '*/tests/*' '*/examples/*' --output-file coverage.info --ignore-errors unused
33
lcov --list coverage.info
34
35
- name: Upload to Codecov
0 commit comments