We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 155d250 commit 8296c4cCopy full SHA for 8296c4c
.github/workflows/CI.yml
@@ -44,5 +44,6 @@ jobs:
44
cargo llvm-cov report --lcov --output-path coverage.lcov
45
- uses: codecov/codecov-action@v5
46
with:
47
+ token: ${{ secrets.CODECOV_TOKEN }}
48
files: coverage.lcov,coverage.xml
49
name: ${{ matrix.os }}
0 commit comments