Skip to content

Commit

Permalink
Add --ignore-errors mismatch (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhuggett authored Dec 30, 2024
1 parent 72c1567 commit 9a123b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ jobs:
--output-file coverage.info \
--directory "$BUILD_DIR" \
--gcov-tool "gcov-$GCC_VERSION" \
--include "$(pwd)/*.?pp"
--include "$(pwd)/*.?pp" \
--ignore-errors mismatch
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5.1.1
Expand Down

0 comments on commit 9a123b0

Please sign in to comment.