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 b9130e7 commit 729e8b4Copy full SHA for 729e8b4
.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@5a605bd92782ce0810fa3b8acc235c921b497052 # v5.2.0
+ uses: codecov/codecov-action@0da7aa657d958d32c117fc47e1f977e7524753c7 # v5.3.0
361
with:
362
disable_search: true
363
fail_ci_if_error: true
0 commit comments