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 e65de58 commit f04e037Copy full SHA for f04e037
.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@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4.1.1
+ - uses: codecov/codecov-action@7afa10ed9b269c561c2336fd862446844e0cbf71 # v4.2.0
142
with:
143
files: target/coverage.lcov
144
env:
0 commit comments