We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52b2070 commit 0acb69dCopy full SHA for 0acb69d
.github/workflows/CI.yml
@@ -31,10 +31,11 @@ jobs:
31
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
32
33
- name: Upload coverage to Codecov
34
- uses: codecov/codecov-action@v1
+ uses: codecov/codecov-action@v5
35
with:
36
files: lcov.info
37
fail_ci_if_error: true
38
+ token: ${{ secrets.CODECOV_TOKEN }}
39
40
lints:
41
name: Lints & Format
0 commit comments