Skip to content

Commit 249b814

Browse files
Bump codecov/codecov-action from 4.1.0 to 4.3.0 (#94)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.1.0 to 4.3.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@v4.1.0...v4.3.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 47b48fb commit 249b814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,6 @@ jobs:
113113
poetry run pytest --verbose --numprocesses=auto --cov=. --cov-config=dev/.coveragerc --cov-report=xml
114114
115115
- name: Coverage
116-
uses: codecov/codecov-action@v4.1.0
116+
uses: codecov/codecov-action@v4.3.0
117117
with:
118118
env_vars: OS, PYTHON

0 commit comments

Comments
 (0)