Skip to content

Commit 5f3242d

Browse files
Bump codecov/codecov-action from 3.1.3 to 4.1.0 (#67)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.3 to 4.1.0. - [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.1.3...v4.1.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9322c65 commit 5f3242d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codecov_test_suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ jobs:
4747
pip install coverage
4848
coverage run -m pytest
4949
- name: Upload Coverage to Codecov
50-
uses: codecov/codecov-action@v3.1.3
50+
uses: codecov/codecov-action@v4.1.0

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ jobs:
6868
pip install coverage
6969
coverage run -m pytest
7070
- name: Upload Coverage to Codecov
71-
uses: codecov/codecov-action@v3.1.3
71+
uses: codecov/codecov-action@v4.1.0

0 commit comments

Comments
 (0)