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 87f15a2 commit 90e2bdcCopy full SHA for 90e2bdc
.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@6d798873df2b1b8e5846dba6fb86631229fbcb17 # v4.4.0
+ - uses: codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c # v4.4.1
136
with:
137
files: target/coverage.lcov
138
env:
0 commit comments