We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c67f64 + f5997c6 commit c32e6cdCopy full SHA for c32e6cd
.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@v5.0.7
+ uses: codecov/codecov-action@v5.1.1
35
with:
36
files: ./lcov.info
37
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments