Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8660004

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎.github/workflows/ci.yml‎

Lines changed: 3 additions & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /