Skip to content

Commit 9e4edb8

Browse files
Bump codecov/codecov-action from 5.3.1 to 5.4.0 (#339)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.3.1 to 5.4.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@13ce06b...0565863) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 587d91c commit 9e4edb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest-with-coverage.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
pytest --cov=$GITHUB_WORKSPACE --cov-report=xml
5555
5656
- name: Upload coverage report to Codecov
57-
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3
57+
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574
5858
with:
5959
files: ./coverage.xml
6060
flags: unittests

0 commit comments

Comments
 (0)