Skip to content

Commit 30189f7

Browse files
authored
Merge branch 'main' into cijothomas/publish-script
2 parents 4e66d41 + 4042f51 commit 30189f7

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)