Skip to content

Commit

Permalink
ci: fix codecov setup
Browse files Browse the repository at this point in the history
  • Loading branch information
xushiyan committed May 9, 2024
1 parent 3871610 commit 08fc553
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ jobs:
- name: Unit test with code coverage
run: cargo tarpaulin --verbose --no-fail-fast --all-features --workspace --out xml
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 08fc553

Please sign in to comment.