Skip to content

Commit 6bbcffa

Browse files
committed
Use Codecov token to upload Rust coverage
1 parent 1b6d3d3 commit 6bbcffa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/rust.yml

+1
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ jobs:
9797
- name: Upload coverage to Codecov
9898
uses: codecov/codecov-action@v3
9999
with:
100+
token: ${{ secrets.CODECOV_TOKEN }}
100101
files: rust/lcov.info
101102
flags: rust
102103
fail_ci_if_error: true

0 commit comments

Comments
 (0)