Skip to content

Commit 8bdc296

Browse files
committed
ci: add codecov token
1 parent 226f314 commit 8bdc296

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
1616
- name: Generate code coverage
1717
run: cargo llvm-cov --workspace --lcov --output-path lcov.info
1818
- name: Upload coverage to Codecov
19-
uses: codecov/codecov-action@v3
19+
uses: codecov/codecov-action@v4
20+
env:
21+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2022
with:
2123
files: lcov.info
2224
fail_ci_if_error: true

0 commit comments

Comments
 (0)