Skip to content

Commit 6d60be9

Browse files
dependabot[bot]andersy005
authored andcommitted
Bump codecov/codecov-action from 4.3.0 to 4.3.1 in the actions group (#9004)
Bumps the actions group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `codecov/codecov-action` from 4.3.0 to 4.3.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.0...v4.3.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 4e31a22 commit 6d60be9

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
@@ -129,7 +129,7 @@ jobs:
129129
python -m mypy --install-types --non-interactive --cobertura-xml-report mypy_report xarray/
130130
131131
- name: Upload mypy coverage to Codecov
132-
uses: codecov/[email protected].0
132+
uses: codecov/[email protected].1
133133
with:
134134
file: mypy_report/cobertura.xml
135135
flags: mypy
@@ -183,7 +183,7 @@ jobs:
183183
python -m mypy --install-types --non-interactive --cobertura-xml-report mypy_report xarray/
184184
185185
- name: Upload mypy coverage to Codecov
186-
uses: codecov/[email protected].0
186+
uses: codecov/[email protected].1
187187
with:
188188
file: mypy_report/cobertura.xml
189189
flags: mypy39
@@ -244,7 +244,7 @@ jobs:
244244
python -m pyright xarray/
245245
246246
- name: Upload pyright coverage to Codecov
247-
uses: codecov/[email protected].0
247+
uses: codecov/[email protected].1
248248
with:
249249
file: pyright_report/cobertura.xml
250250
flags: pyright
@@ -303,7 +303,7 @@ jobs:
303303
python -m pyright xarray/
304304
305305
- name: Upload pyright coverage to Codecov
306-
uses: codecov/[email protected].0
306+
uses: codecov/[email protected].1
307307
with:
308308
file: pyright_report/cobertura.xml
309309
flags: pyright39

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
path: pytest.xml
159159

160160
- name: Upload code coverage to Codecov
161-
uses: codecov/[email protected].0
161+
uses: codecov/[email protected].1
162162
with:
163163
file: ./coverage.xml
164164
flags: unittests

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
run: |
144144
python -m mypy --install-types --non-interactive --cobertura-xml-report mypy_report
145145
- name: Upload mypy coverage to Codecov
146-
uses: codecov/[email protected].0
146+
uses: codecov/[email protected].1
147147
with:
148148
file: mypy_report/cobertura.xml
149149
flags: mypy

0 commit comments

Comments
 (0)