Skip to content

Commit

Permalink
Ignore new lcov error
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisThrasher committed Jun 24, 2024
1 parent 73a4723 commit ee95578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: cmake --build build/${{ matrix.preset }} --target tidy
- name: Generate LCOV report
if: ${{ matrix.preset == 'codecov' }}
run: lcov -c -d . -o coverage.info --no-external --exclude "*/build/**"
run: lcov -c -d . -o coverage.info --no-external --exclude "*/build/**" --ignore-errors mismatch
- uses: codecov/codecov-action@v3
if: ${{ matrix.preset == 'codecov' }}
with:
Expand Down

0 comments on commit ee95578

Please sign in to comment.