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 2bad24c commit eb3c913Copy full SHA for eb3c913
.github/workflows/ci.yml
@@ -74,7 +74,7 @@ jobs:
74
run: |
75
cd build-tmp
76
lcov --directory . --capture --output-file coverage.info
77
- lcov --remove coverage.info '/usr/*' --output-file coverage.info
+ lcov --ignore-errors unused --remove coverage.info '/usr/*' --output-file coverage.info
78
lcov --list coverage.info
79
bash <(curl -s https://codecov.io/bash) -f coverage.info || echo 'Codecov error'
80
0 commit comments