Skip to content

Commit 82e1a83

Browse files
authoredJan 24, 2025··
Merge pull request #1730 from kristof-mattei/renovate/codecov-codecov-action-5.x
chore(deps): update codecov/codecov-action action to v5.3.1
2 parents f6c8ef6 + 2eb2986 commit 82e1a83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ jobs:
335335
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
336336
337337
- name: Upload coverage results (to Codecov.io)
338-
uses: codecov/codecov-action@0da7aa657d958d32c117fc47e1f977e7524753c7 # v5.3.0
338+
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
339339
with:
340340
disable_search: true
341341
fail_ci_if_error: true

0 commit comments

Comments
 (0)
Please sign in to comment.