Skip to content

Commit 6e0c51f

Browse files
ci: bump codecov/codecov-action from 4.0.0 to 4.0.1
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@f30e495...e0b68c6) --- 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 769e028 commit 6e0c51f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code_coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ 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@f30e4959ba63075080d4f7f90cacc18d9f3fafd7
28+
uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044
2929
with:
3030
fail_ci_if_error: true

0 commit comments

Comments
 (0)