Skip to content

Commit f9aa496

Browse files
committed
ci: Update command to ignore unused errors
1 parent 8652d9e commit f9aa496

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ubuntu-codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: |
5353
GCOV_TOOL="$(command -v gcov-${{ matrix.version }})"
5454
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
55+
lcov --ignore-errors unused --gcov-tool "${GCOV_TOOL}" --remove build/coverage.info '/usr/*' '*/Tests/*' --output-file build/coverage.info.cleaned
5656
- name: Upload Coverage Reports to Codecov
5757
uses: codecov/codecov-action@v5
5858
with:

0 commit comments

Comments
 (0)