Skip to content

Commit

Permalink
Merge pull request #1144 from kristof-mattei/renovate/codecov-codecov…
Browse files Browse the repository at this point in the history
…-action-5.x

chore(deps): update codecov/codecov-action action to v5.2.0
  • Loading branch information
renovate[bot] authored Jan 22, 2025
2 parents eab20ed + f5e2010 commit ae56b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ jobs:
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
- name: Upload coverage results (to Codecov.io)
uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
uses: codecov/codecov-action@5a605bd92782ce0810fa3b8acc235c921b497052 # v5.2.0
with:
disable_search: true
fail_ci_if_error: true
Expand Down

0 comments on commit ae56b2e

Please sign in to comment.