Skip to content

Commit 6772b42

Browse files
dependabot[bot]andersy005
authored andcommitted
Bump codecov/codecov-action from 4.4.0 to 4.4.1 in the actions group (#9047)
Bumps the actions group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `codecov/codecov-action` from 4.4.0 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.4.0...v4.4.1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8d64f60 commit 6772b42

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
@@ -139,7 +139,7 @@ jobs:
139139
python -m mypy --install-types --non-interactive --cobertura-xml-report mypy_report xarray/
140140
141141
- name: Upload mypy coverage to Codecov
142-
uses: codecov/[email protected].0
142+
uses: codecov/[email protected].1
143143
with:
144144
file: mypy_report/cobertura.xml
145145
flags: mypy
@@ -193,7 +193,7 @@ jobs:
193193
python -m mypy --install-types --non-interactive --cobertura-xml-report mypy_report xarray/
194194
195195
- name: Upload mypy coverage to Codecov
196-
uses: codecov/[email protected].0
196+
uses: codecov/[email protected].1
197197
with:
198198
file: mypy_report/cobertura.xml
199199
flags: mypy39
@@ -254,7 +254,7 @@ jobs:
254254
python -m pyright xarray/
255255
256256
- name: Upload pyright coverage to Codecov
257-
uses: codecov/[email protected].0
257+
uses: codecov/[email protected].1
258258
with:
259259
file: pyright_report/cobertura.xml
260260
flags: pyright
@@ -313,7 +313,7 @@ jobs:
313313
python -m pyright xarray/
314314
315315
- name: Upload pyright coverage to Codecov
316-
uses: codecov/[email protected].0
316+
uses: codecov/[email protected].1
317317
with:
318318
file: pyright_report/cobertura.xml
319319
flags: pyright39

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
path: pytest.xml
168168

169169
- name: Upload code coverage to Codecov
170-
uses: codecov/[email protected].0
170+
uses: codecov/[email protected].1
171171
with:
172172
file: ./coverage.xml
173173
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/[email protected].0
149+
uses: codecov/[email protected].1
150150
with:
151151
file: mypy_report/cobertura.xml
152152
flags: mypy

0 commit comments

Comments
 (0)