We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a344bb commit 3e9ab08Copy full SHA for 3e9ab08
1 file changed
.github/workflows/ci.yml
@@ -118,7 +118,7 @@ jobs:
118
lcov --capture --directory build --output-file coverage.info --ignore-errors mismatch
119
# Exclude system, tests, and only the top-level Rust workspace folder.
120
# Do NOT exclude include/qtty (our C++ headers), which caused empty reports.
121
- lcov --remove coverage.info '/usr/*' '*/tests/*' '*/build/*' "${GITHUB_WORKSPACE}/qtty/*" --output-file coverage.info --ignore-errors empty
+ lcov --remove coverage.info '/usr/*' '*/tests/*' '*/build/*' "${GITHUB_WORKSPACE}/qtty/*" --output-file coverage.info --ignore-errors empty,unused
122
lcov --list coverage.info
123
124
- name: Generate HTML coverage report
0 commit comments