Skip to content

Commit

Permalink
Added ignore mismatch.
Browse files Browse the repository at this point in the history
  • Loading branch information
redboltz committed Feb 21, 2025
1 parent 1e294d7 commit 876a09b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
working-directory: build
run: |
# Create lcov report
lcov --capture --directory . --output-file coverage.info
lcov --capture --directory . --output-file coverage.info --ignore-errors mismatch
lcov --remove coverage.info '/usr/*' --output-file coverage.info # filter system-files
lcov --list coverage.info # debug info
# Uploading report to CodeCov
Expand Down

0 comments on commit 876a09b

Please sign in to comment.