Skip to content

Commit 65220a9

Browse files
committed
Bump codecov action, add token
1 parent 6846c3b commit 65220a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/coverage.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
toolchain: nightly
2424
- run: cargo tarpaulin --features serde,nightly --out Xml
2525
- name: Upload to codecov.io
26-
uses: codecov/codecov-action@v3
26+
uses: codecov/codecov-action@v4
2727
with:
2828
fail_ci_if_error: true
29+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)