Skip to content

Commit

Permalink
fix: update codecov token (#86)
Browse files Browse the repository at this point in the history
update codecov token
  • Loading branch information
yuanbohan authored May 19, 2024
1 parent ac502fe commit 5bc0088
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ jobs:
- name: Generate code coverage
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: lcov.info
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 5bc0088

Please sign in to comment.