Skip to content

Commit 29f7459

Browse files
committedMay 15, 2024
Use token for code cov
1 parent 49c88ea commit 29f7459

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -163,5 +163,7 @@ jobs:
163163
run: cargo llvm-cov --locked --all-features --workspace --lcov --output-path lcov.info
164164
- name: Upload to codecov.io
165165
uses: codecov/codecov-action@v4
166+
env:
167+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
166168
with:
167169
fail_ci_if_error: true

0 commit comments

Comments
 (0)