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 a6fbeaa commit 4023c36
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,9 @@ jobs:
- uses: actions/checkout@v4
- name: Unit test with code coverage
run: cargo tarpaulin --verbose --no-fail-fast --all-features --workspace --out xml
- name: Upload to codecov.io
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 4023c36

Please sign in to comment.