Skip to content

Commit c0c72eb

Browse files
Bump codecov/codecov-action from 4.0.0 to 4.1.0 (#504)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.0.0 to 4.1.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.0.0...v4.1.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 107d073 commit c0c72eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: |
5151
pytest -n auto --cov=./ --cov-report=xml
5252
- name: Upload code coverage to Codecov
53-
uses: codecov/codecov-action@v4.0.0
53+
uses: codecov/codecov-action@v4.1.0
5454
with:
5555
file: ./coverage.xml
5656
flags: unittests
@@ -114,7 +114,7 @@ jobs:
114114
run: |
115115
python -m mypy --install-types --non-interactive --cobertura-xml-report mypy_report cf_xarray/
116116
- name: Upload mypy coverage to Codecov
117-
uses: codecov/codecov-action@v4.0.0
117+
uses: codecov/codecov-action@v4.1.0
118118
with:
119119
file: mypy_report/cobertura.xml
120120
flags: mypy

0 commit comments

Comments
 (0)