Skip to content

Commit 3b73fe9

Browse files
ci: bump codecov/codecov-action from 5.0.0 to 5.0.7
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.0.0 to 5.0.7. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@9688725...015f24e) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 382d83d commit 3b73fe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code_coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
cargo +nightly tarpaulin --verbose --all-features --workspace --timeout 120 --out xml
2626
2727
- name: Upload to codecov.io
28-
uses: codecov/codecov-action@968872560f81e7bdde9272853e65f2507c0eca7c
28+
uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a
2929
with:
3030
fail_ci_if_error: true
3131
env:

0 commit comments

Comments
 (0)