Skip to content

Commit

Permalink
Update codecov CI job to fix it
Browse files Browse the repository at this point in the history
  • Loading branch information
smessmer committed Apr 13, 2024
1 parent 69943bf commit 48f22aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,9 @@ jobs:
RUSTDOCFLAGS: '-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests'
- id: coverage
uses: actions-rs/grcov@v0.1
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v4
with:
#token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
token: ${{ secrets.CODECOV_TOKEN }}
files: ${{ steps.coverage.outputs.report }}
fail_ci_if_error: true
verbose: true
Expand Down

0 comments on commit 48f22aa

Please sign in to comment.