Skip to content

Commit 23626fe

Browse files
committed
ci(coverage): use --ignore-errors unmapped in genhtml
1 parent cd7e358 commit 23626fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code_coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Run grcov
3737
run: grcov . --binary-path ./target/debug/ -s . -t lcov --branch --ignore-not-existing --keep-only '**/crates/**' --ignore '**/tests/**' --ignore '**/examples/**' -o ./coverage/lcov.info
3838
- name: Generate HTML coverage report
39-
run: genhtml -o coverage-report.html --ignore-errors source ./coverage/lcov.info
39+
run: genhtml -o coverage-report.html --ignore-errors unmapped ./coverage/lcov.info
4040
- name: Coveralls upload
4141
uses: coverallsapp/github-action@master
4242
with:

0 commit comments

Comments
 (0)