Skip to content

Commit

Permalink
fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreMarchand20 committed Aug 8, 2024
1 parent 29ce0df commit 738563f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,8 @@ jobs:
- name: Upload coverage to Codecov
if: matrix.CODE_COVERAGE == 'ON'
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v4
with:
file: htool/coverage.info
fail_ci_if_error: true
files: htool/coverage.info
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 738563f

Please sign in to comment.