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 2e41eb5 commit b251ff9Copy full SHA for b251ff9
.github/workflows/ci.yml
@@ -132,7 +132,7 @@ jobs:
132
- run: rustup component add llvm-tools
133
- run: ./grcov . --binary-path ./target/debug/ -s . -t lcov --branch --ignore-not-existing --ignore "/*" --ignore "target/debug/build/**" -o target/coverage.lcov
134
135
- - uses: codecov/codecov-action@5ecb98a3c6b747ed38dc09f787459979aebb39be # v4.3.1
+ - uses: codecov/codecov-action@6d798873df2b1b8e5846dba6fb86631229fbcb17 # v4.4.0
136
with:
137
files: target/coverage.lcov
138
env:
0 commit comments