Skip to content

Commit 6bc58a5

Browse files
committed
ever fixes
1 parent 57a4de3 commit 6bc58a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Collect coverage
3030
run: |
3131
lcov --capture --directory build --output-file coverage.info --ignore-errors mismatch
32-
lcov --remove coverage.info '/usr/*' '*/test/*' '*/tests/*' --output-file coverage.info
32+
lcov --remove coverage.info '/usr/*' '*/test/*' '*/tests/*' --output-file coverage.info --ignore-errors unused
3333
lcov --list coverage.info
3434
3535
- name: Upload to Codecov

0 commit comments

Comments
 (0)