Skip to content

Commit f4d5baf

Browse files
Bump codecov/codecov-action from 4.0.0 to 4.1.0 (#338)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.0.0 to 4.1.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.0.0...v4.1.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 b0cabf3 commit f4d5baf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci-additional.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
--ignore flox/tests \
7878
--cov=./ --cov-report=xml
7979
- name: Upload code coverage to Codecov
80-
uses: codecov/codecov-action@v4.0.0
80+
uses: codecov/codecov-action@v4.1.0
8181
with:
8282
file: ./coverage.xml
8383
flags: unittests
@@ -131,7 +131,7 @@ jobs:
131131
python -m mypy --install-types --non-interactive --cobertura-xml-report mypy_report
132132
133133
- name: Upload mypy coverage to Codecov
134-
uses: codecov/codecov-action@v4.0.0
134+
uses: codecov/codecov-action@v4.1.0
135135
with:
136136
file: mypy_report/cobertura.xml
137137
flags: mypy

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: |
5050
pytest -n auto --cov=./ --cov-report=xml
5151
- name: Upload code coverage to Codecov
52-
uses: codecov/codecov-action@v4.0.0
52+
uses: codecov/codecov-action@v4.1.0
5353
with:
5454
file: ./coverage.xml
5555
flags: unittests
@@ -93,7 +93,7 @@ jobs:
9393
run: |
9494
python -m pytest -n auto --cov=./ --cov-report=xml
9595
- name: Upload code coverage to Codecov
96-
uses: codecov/codecov-action@v4.0.0
96+
uses: codecov/codecov-action@v4.1.0
9797
with:
9898
file: ./coverage.xml
9999
flags: unittests

0 commit comments

Comments
 (0)