Skip to content

Commit 27cab97

Browse files
committed
Little coverage fix to exclude examples from coverage
1 parent 6a6fe88 commit 27cab97

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 --ignore-errors unused
32+
lcov --remove coverage.info '/usr/*' '*/test/*' '*/tests/*' '*/examples/*' --output-file coverage.info --ignore-errors unused
3333
lcov --list coverage.info
3434
3535
- name: Upload to Codecov

0 commit comments

Comments
 (0)