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.
--ignore-errors unmapped
1 parent cd7e358 commit 23626feCopy full SHA for 23626fe
.github/workflows/code_coverage.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Run grcov
37
run: grcov . --binary-path ./target/debug/ -s . -t lcov --branch --ignore-not-existing --keep-only '**/crates/**' --ignore '**/tests/**' --ignore '**/examples/**' -o ./coverage/lcov.info
38
- name: Generate HTML coverage report
39
- run: genhtml -o coverage-report.html --ignore-errors source ./coverage/lcov.info
+ run: genhtml -o coverage-report.html --ignore-errors unmapped ./coverage/lcov.info
40
- name: Coveralls upload
41
uses: coverallsapp/github-action@master
42
with:
0 commit comments