We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1c42d28 + 93591a8 commit 9462a34Copy full SHA for 9462a34
.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@v5.5.3
+ uses: codecov/codecov-action@v6.0.0
90
with:
91
files: ./lcov.info
92
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments