Skip to content

Commit 229f4bd

Browse files
Bump codecov/codecov-action from 6.0.0 to 6.0.1 (#254)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 6.0.0 to 6.0.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@v6.0.0...v6.0.1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 6.0.1 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 21bb2f7 commit 229f4bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
python -m pytest
5151
5252
- name: Upload code coverage to Codecov
53-
uses: codecov/codecov-action@v6.0.0
53+
uses: codecov/codecov-action@v6.0.1
5454
with:
5555
file: ./coverage.xml
5656
flags: unittests

0 commit comments

Comments
 (0)