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 c32e6cd + 1a6af0f commit 5c90c01Copy full SHA for 5c90c01
.github/workflows/rust.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Generate lcov.info for Code coverage
32
run: ./grcov . --binary-path ./target/debug/ -s . -t lcov --branch --ignore-not-existing --ignore "/*" -o lcov.info
33
- name: Codecov
34
- uses: codecov/[email protected].1
+ uses: codecov/[email protected].2
35
with:
36
files: ./lcov.info
37
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments