Skip to content

Commit

Permalink
ci: Upgrade to codecov-action@v4 and use token
Browse files Browse the repository at this point in the history
Used token from codecov.io (for rust-ndarray org).
  • Loading branch information
bluss committed Aug 24, 2024
1 parent 69f0ea8 commit afa967d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ jobs:
- name: Generate code coverage
run: cargo tarpaulin --verbose --all-features --workspace --timeout 120 --out Xml
- name: Upload to codecov.io
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
fail_ci_if_error: true

0 comments on commit afa967d

Please sign in to comment.