Skip to content

Commit 5f6d649

Browse files
Merge pull request #1678 from kristof-mattei/renovate/codecov-codecov-action-5.x
chore(deps): update codecov/codecov-action action to v5.1.2
2 parents 3550306 + 5071ed6 commit 5f6d649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
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@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5.1.1
338+
uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
339339
with:
340340
disable_search: true
341341
fail_ci_if_error: true

0 commit comments

Comments
 (0)