Skip to content

Commit d5dde23

Browse files
ci: Set codecov upload token
1 parent f55c740 commit d5dde23

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,5 +202,7 @@ jobs:
202202
run: cargo xtask cov --lcov
203203
- name: Upload code coverage
204204
uses: codecov/codecov-action@v4
205+
env:
206+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
205207
with:
206208
files: target/lcov

0 commit comments

Comments
 (0)