Skip to content

Commit 603ad2c

Browse files
Bump codecov/codecov-action from 4.1.0 to 4.1.1 (#349)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.1.0 to 4.1.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.1.0...v4.1.1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4952fe9 commit 603ad2c

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/[email protected].0
80+
uses: codecov/[email protected].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/[email protected].0
134+
uses: codecov/[email protected].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
@@ -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/[email protected].0
52+
uses: codecov/[email protected].1
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/[email protected].0
96+
uses: codecov/[email protected].1
9797
with:
9898
file: ./coverage.xml
9999
flags: unittests

0 commit comments

Comments
 (0)