Skip to content

Commit 8296c4c

Browse files
committed
Adding CODECOV_TOKEN secret
1 parent 155d250 commit 8296c4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,6 @@ jobs:
4444
cargo llvm-cov report --lcov --output-path coverage.lcov
4545
- uses: codecov/codecov-action@v5
4646
with:
47+
token: ${{ secrets.CODECOV_TOKEN }}
4748
files: coverage.lcov,coverage.xml
4849
name: ${{ matrix.os }}

0 commit comments

Comments
 (0)