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 3fa4876 commit 7c33a7cCopy full SHA for 7c33a7c
.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@5c47607acb93fed5485fdbf7232e8a31425f672a # v5.0.2
+ - uses: codecov/codecov-action@05f5a9cfad807516dbbef9929c4a42df3eb78766 # v5.0.3
164
with:
165
files: ${{ env.CARGO_TARGET_DIR }}/coverage.lcov
166
env:
0 commit comments