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 ba8bedd commit c111a42Copy full SHA for c111a42
.github/workflows/ci.yml
@@ -138,7 +138,7 @@ jobs:
138
- run: rustup component add llvm-tools
139
- run: ./grcov . --binary-path ./target/debug/ -s . -t lcov --branch --ignore-not-existing --ignore "/*" --ignore "target/debug/build/**" -o target/coverage.lcov
140
141
- - uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0
+ - uses: codecov/codecov-action@5ecb98a3c6b747ed38dc09f787459979aebb39be # v4.3.1
142
with:
143
files: target/coverage.lcov
144
env:
0 commit comments