Skip to content

Commit c4031cd

Browse files
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 faa6345 commit c4031cd

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci-additional.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
python -m mypy --install-types --non-interactive --cobertura-xml-report mypy_report xarray/
128128
129129
- name: Upload mypy coverage to Codecov
130-
uses: codecov/[email protected].0
130+
uses: codecov/[email protected].1
131131
with:
132132
file: mypy_report/cobertura.xml
133133
flags: mypy
@@ -181,7 +181,7 @@ jobs:
181181
python -m mypy --install-types --non-interactive --cobertura-xml-report mypy_report xarray/
182182
183183
- name: Upload mypy coverage to Codecov
184-
uses: codecov/[email protected].0
184+
uses: codecov/[email protected].1
185185
with:
186186
file: mypy_report/cobertura.xml
187187
flags: mypy39
@@ -242,7 +242,7 @@ jobs:
242242
python -m pyright xarray/
243243
244244
- name: Upload pyright coverage to Codecov
245-
uses: codecov/[email protected].0
245+
uses: codecov/[email protected].1
246246
with:
247247
file: pyright_report/cobertura.xml
248248
flags: pyright
@@ -301,7 +301,7 @@ jobs:
301301
python -m pyright xarray/
302302
303303
- name: Upload pyright coverage to Codecov
304-
uses: codecov/[email protected].0
304+
uses: codecov/[email protected].1
305305
with:
306306
file: pyright_report/cobertura.xml
307307
flags: pyright39

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
path: pytest.xml
157157

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

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

+1-1
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)