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 1c93a22 commit f63b493Copy full SHA for f63b493
.github/workflows/ci.yml
@@ -160,7 +160,7 @@ jobs:
160
- run: rustup component add llvm-tools
161
- run: ./grcov . --binary-path ${{ env.CARGO_TARGET_DIR }}/debug/ -s . -t lcov --branch --ignore-not-existing --ignore "/*" --ignore "${{ env.CARGO_TARGET_DIR }}/debug/build/**" -o ${{ env.CARGO_TARGET_DIR }}/coverage.lcov
162
163
- - uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
+ - uses: codecov/codecov-action@968872560f81e7bdde9272853e65f2507c0eca7c # v5.0.0
164
with:
165
files: ${{ env.CARGO_TARGET_DIR }}/coverage.lcov
166
env:
0 commit comments