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.
2 parents eefd425 + ace1d78 commit a91135cCopy full SHA for a91135c
.github/workflows/build.yml
@@ -357,7 +357,7 @@ jobs:
357
grcov $(find profiling -name "profile-*.profraw" -print) --source-dir . --binary-path ./target/debug/ --output-type lcov --branch --ignore-not-existing --llvm --keep-only "src/**" --keep-only "tests/**" --output-path ./reports/lcov.info
358
359
- name: Upload coverage results (to Codecov.io)
360
- uses: codecov/codecov-action@0da7aa657d958d32c117fc47e1f977e7524753c7 # v5.3.0
+ uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
361
with:
362
disable_search: true
363
fail_ci_if_error: true
0 commit comments