Skip to content

Commit

Permalink
Update codecov/codecov-action version in coverage.yml
Browse files Browse the repository at this point in the history
Co-authored-by: FreezyLemon <[email protected]>
  • Loading branch information
YeungOnion and FreezyLemon committed May 27, 2024
1 parent 3448ca4 commit 7f83dcf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ jobs:
cargo +nightly tarpaulin --verbose --all-features --workspace --timeout 120 --out xml
- name: Upload to codecov.io
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v4
with:
# use_oidc: true
file: ./cobertura.xml
token: ${{secrets.CODECOV_TOKEN}} # not required for public repos
token: ${{secrets.CODECOV_TOKEN}}
fail_ci_if_error: true

0 comments on commit 7f83dcf

Please sign in to comment.