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 3550306 + 5071ed6 commit 5f6d649Copy full SHA for 5f6d649
.github/workflows/build.yml
@@ -335,7 +335,7 @@ jobs:
335
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
336
337
- name: Upload coverage results (to Codecov.io)
338
- uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5.1.1
+ uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
339
with:
340
disable_search: true
341
fail_ci_if_error: true
0 commit comments