Skip to content

Commit

Permalink
ignore negative
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaston committed Jan 23, 2025
1 parent f4e8a2e commit a18eb7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ jobs:
if: matrix.ci.build_type == 'Coverage'
run: |
cd build
lcov --ignore-errors=gcov --capture --directory CMakeFiles --output-file coverage.info
lcov --ignore-errors=gcov,negative --capture --directory CMakeFiles --output-file coverage.info
- name: Upload Coverage to Codecov
if: ${{ matrix.ci.build_type == 'Coverage' && !cancelled() }}
Expand Down

0 comments on commit a18eb7f

Please sign in to comment.