We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d7e401 commit ce6b99dCopy full SHA for ce6b99d
.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@288befbd1044bd1756afb0bdae077549e0ddb31f # v5.0.5
+ - uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
164
with:
165
files: ${{ env.CARGO_TARGET_DIR }}/coverage.lcov
166
env:
0 commit comments