Skip to content

Commit 12123be

Browse files
Bump codecov/codecov-action from 4.3.1 to 4.4.0 in the actions group (#9036)
Bumps the actions group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `codecov/codecov-action` from 4.3.1 to 4.4.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.3.1...v4.4.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5fa8d6d commit 12123be

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci-additional.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
python -m mypy --install-types --non-interactive --cobertura-xml-report mypy_report xarray/
137137
138138
- name: Upload mypy coverage to Codecov
139-
uses: codecov/codecov-action@v4.3.1
139+
uses: codecov/codecov-action@v4.4.0
140140
with:
141141
file: mypy_report/cobertura.xml
142142
flags: mypy
@@ -190,7 +190,7 @@ jobs:
190190
python -m mypy --install-types --non-interactive --cobertura-xml-report mypy_report xarray/
191191
192192
- name: Upload mypy coverage to Codecov
193-
uses: codecov/codecov-action@v4.3.1
193+
uses: codecov/codecov-action@v4.4.0
194194
with:
195195
file: mypy_report/cobertura.xml
196196
flags: mypy39
@@ -251,7 +251,7 @@ jobs:
251251
python -m pyright xarray/
252252
253253
- name: Upload pyright coverage to Codecov
254-
uses: codecov/codecov-action@v4.3.1
254+
uses: codecov/codecov-action@v4.4.0
255255
with:
256256
file: pyright_report/cobertura.xml
257257
flags: pyright
@@ -310,7 +310,7 @@ jobs:
310310
python -m pyright xarray/
311311
312312
- name: Upload pyright coverage to Codecov
313-
uses: codecov/codecov-action@v4.3.1
313+
uses: codecov/codecov-action@v4.4.0
314314
with:
315315
file: pyright_report/cobertura.xml
316316
flags: pyright39

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
path: pytest.xml
166166

167167
- name: Upload code coverage to Codecov
168-
uses: codecov/codecov-action@v4.3.1
168+
uses: codecov/codecov-action@v4.4.0
169169
with:
170170
file: ./coverage.xml
171171
flags: unittests

.github/workflows/upstream-dev-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
run: |
147147
python -m mypy --install-types --non-interactive --cobertura-xml-report mypy_report
148148
- name: Upload mypy coverage to Codecov
149-
uses: codecov/codecov-action@v4.3.1
149+
uses: codecov/codecov-action@v4.4.0
150150
with:
151151
file: mypy_report/cobertura.xml
152152
flags: mypy

0 commit comments

Comments
 (0)