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