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 89a2604 commit bdcf4adCopy full SHA for bdcf4ad
.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/codecov-action@v4.5.0
+ uses: codecov/codecov-action@v4.6.0
35
with:
36
files: ./lcov.info
37
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments