We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bf27595 + 99f0471 commit c2ff407Copy full SHA for c2ff407
1 file changed
.github/workflows/rust.yml
@@ -86,7 +86,7 @@ jobs:
86
run: grcov . --binary-path target/debug/deps/ -s . -t lcov --ignore-not-existing --ignore '../**' --ignore '/*' --ignore 'C:/' -o ./lcov.info
87
88
- name: codecov upload
89
- uses: codecov/codecov-action@v6.0.0
+ uses: codecov/codecov-action@v6.0.1
90
with:
91
files: ./lcov.info
92
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments