Skip to content

Commit

Permalink
Bump codecov/codecov-action from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v3...v4)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Feb 10, 2024
1 parent 7edcf14 commit 4949519
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hypothesis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: tox -e hypothesis,coverage

- name: Upload Python coverage to codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
flags: hypothesis-py
fail_ci_if_error: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
PYTHONDEVMODE: 1

- name: Upload Python coverage to codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
flags: python
fail_ci_if_error: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
run: cargo tarpaulin --all --all-features --timeout 600 --out xml -- --test-threads 1

- name: Upload Rust coverage to codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
flags: rust
fail_ci_if_error: true
Expand Down

0 comments on commit 4949519

Please sign in to comment.