Skip to content

Commit 07ad826

Browse files
Bump codecov/codecov-action from 4.3.1 to 4.4.1 (#366)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.3.1 to 4.4.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@v4.3.1...v4.4.1) --- 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 7166db3 commit 07ad826

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci-additional.yaml

Lines changed: 2 additions & 2 deletions
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.3.1
80+
uses: codecov/codecov-action@v4.4.1
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.3.1
134+
uses: codecov/codecov-action@v4.4.1
135135
with:
136136
file: mypy_report/cobertura.xml
137137
flags: mypy

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: |
5353
pytest -n auto --cov=./ --cov-report=xml
5454
- name: Upload code coverage to Codecov
55-
uses: codecov/codecov-action@v4.3.1
55+
uses: codecov/codecov-action@v4.4.1
5656
with:
5757
file: ./coverage.xml
5858
flags: unittests
@@ -94,7 +94,7 @@ jobs:
9494
run: |
9595
python -m pytest -n auto --cov=./ --cov-report=xml
9696
- name: Upload code coverage to Codecov
97-
uses: codecov/codecov-action@v4.3.1
97+
uses: codecov/codecov-action@v4.4.1
9898
with:
9999
file: ./coverage.xml
100100
flags: unittests

0 commit comments

Comments
 (0)