Skip to content

Commit 9827841

Browse files
committed
Upgrade to codecov-action@v4 and use token
Used token from codecov.io (for rust-ndarray org).
1 parent 69f0ea8 commit 9827841

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ jobs:
9292
- name: Generate code coverage
9393
run: cargo tarpaulin --verbose --all-features --workspace --timeout 120 --out Xml
9494
- name: Upload to codecov.io
95-
uses: codecov/codecov-action@v1
95+
uses: codecov/codecov-action@v4
96+
env:
97+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
9698
with:
9799
fail_ci_if_error: true

0 commit comments

Comments
 (0)