We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8652d9e commit f9aa496Copy full SHA for f9aa496
1 file changed
.github/workflows/ubuntu-codecov.yml
@@ -52,7 +52,7 @@ jobs:
52
run: |
53
GCOV_TOOL="$(command -v gcov-${{ matrix.version }})"
54
lcov --gcov-tool "${GCOV_TOOL}" --directory build --capture --output-file build/coverage.info
55
- lcov --gcov-tool "${GCOV_TOOL}" --remove build/coverage.info '/usr/*' '*/Tests/*' '*/build/*' --output-file build/coverage.info.cleaned
+ lcov --ignore-errors unused --gcov-tool "${GCOV_TOOL}" --remove build/coverage.info '/usr/*' '*/Tests/*' --output-file build/coverage.info.cleaned
56
- name: Upload Coverage Reports to Codecov
57
uses: codecov/codecov-action@v5
58
with:
0 commit comments