Skip to content

Commit d9dea0a

Browse files
authoredNov 25, 2024··
Bump codecov/codecov-action from 5.0.2 to 5.0.7 (#307)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.0.2 to 5.0.7. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@5c47607...015f24e) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 11e8652 commit d9dea0a

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@5c47607acb93fed5485fdbf7232e8a31425f672a
57+
uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a
5858
with:
5959
file: ./coverage.xml
6060
flags: unittests

0 commit comments

Comments
 (0)
Please sign in to comment.