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.
2 parents e814187 + 4af8fd2 commit 3dfc5a8Copy full SHA for 3dfc5a8
.github/codecov.yml
@@ -0,0 +1 @@
1
+comment: false
.github/workflows/rust.yml
@@ -202,5 +202,7 @@ jobs:
202
run: cargo xtask cov --lcov
203
- name: Upload code coverage
204
uses: codecov/codecov-action@v4
205
+ env:
206
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
207
with:
208
files: target/lcov
0 commit comments