Skip to content

Commit 3cc1c93

Browse files
Bump codecov/codecov-action from 5.1.2 to 5.5.1
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.1.2 to 5.5.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@v5.1.2...v5.5.1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 5.5.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 638206d commit 3cc1c93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pypi_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
poetry run coverage report -m
3737
poetry run coverage xml
3838
- name: Codecov
39-
uses: codecov/codecov-action@v5.1.2
39+
uses: codecov/codecov-action@v5.5.1
4040
with:
4141
token: ${{ secrets.CODECOV_TOKEN }}
4242
env_vars: OS,PYTHON

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
poetry run coverage report -m
4141
poetry run coverage xml
4242
- name: Codecov
43-
uses: codecov/codecov-action@v5.1.2
43+
uses: codecov/codecov-action@v5.5.1
4444
with:
4545
token: ${{ secrets.CODECOV_TOKEN }}
4646
env_vars: OS,PYTHON

0 commit comments

Comments
 (0)