Skip to content

Commit 672be8c

Browse files
Bump codecov/codecov-action from 4.5.0 to 4.6.0 (#401)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.5.0 to 4.6.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.5.0...v4.6.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 7beea6c commit 672be8c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.5.0
80+
uses: codecov/codecov-action@v4.6.0
8181
with:
8282
file: ./coverage.xml
8383
flags: unittests
@@ -132,7 +132,7 @@ jobs:
132132
python -m mypy --install-types --non-interactive --cache-dir=.mypy_cache/ --cobertura-xml-report mypy_report
133133
134134
- name: Upload mypy coverage to Codecov
135-
uses: codecov/codecov-action@v4.5.0
135+
uses: codecov/codecov-action@v4.6.0
136136
with:
137137
file: mypy_report/cobertura.xml
138138
flags: mypy

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
python -c "import xarray; xarray.show_versions()"
7777
pytest --durations=20 --durations-min=0.5 -n auto --cov=./ --cov-report=xml --hypothesis-profile ci
7878
- name: Upload code coverage to Codecov
79-
uses: codecov/codecov-action@v4.5.0
79+
uses: codecov/codecov-action@v4.6.0
8080
with:
8181
file: ./coverage.xml
8282
flags: unittests

0 commit comments

Comments
 (0)