Skip to content

Commit 1bef089

Browse files
Bump codecov/codecov-action from 5.1.2 to 5.3.1 (#328)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.1.2 to 5.3.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@1e68e06...13ce06b) --- 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 32ac2ba commit 1bef089

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@1e68e06f1dbfde0e4cefc87efeba9e4643565303
57+
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3
5858
with:
5959
files: ./coverage.xml
6060
flags: unittests

0 commit comments

Comments
 (0)