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 560ee2f commit 0c46232Copy full SHA for 0c46232
.github/workflows/ci.yml
@@ -169,7 +169,7 @@ jobs:
169
- run: rustup component add llvm-tools
170
- run: ./grcov . --binary-path ${CARGO_TARGET_DIR}/debug/ -s . -t lcov --branch --ignore-not-existing --ignore "/*" --ignore "${CARGO_TARGET_DIR}/debug/build/**" -o ${CARGO_TARGET_DIR}/coverage.lcov
171
172
- - uses: codecov/codecov-action@5a605bd92782ce0810fa3b8acc235c921b497052 # v5.2.0
+ - uses: codecov/codecov-action@0da7aa657d958d32c117fc47e1f977e7524753c7 # v5.3.0
173
with:
174
files: ${CARGO_TARGET_DIR}/coverage.lcov
175
env:
0 commit comments