Skip to content

Commit eb3c913

Browse files
committed
Ignore unused exclude pattern in lcov
1 parent 2bad24c commit eb3c913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
run: |
7575
cd build-tmp
7676
lcov --directory . --capture --output-file coverage.info
77-
lcov --remove coverage.info '/usr/*' --output-file coverage.info
77+
lcov --ignore-errors unused --remove coverage.info '/usr/*' --output-file coverage.info
7878
lcov --list coverage.info
7979
bash <(curl -s https://codecov.io/bash) -f coverage.info || echo 'Codecov error'
8080

0 commit comments

Comments
 (0)