Skip to content

Commit 8c9cd90

Browse files
Bump codecov/codecov-action from 5.0.7 to 5.1.2 (#550)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ae1ea94 commit 8c9cd90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
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@v5.0.7
53+
uses: codecov/codecov-action@v5.1.2
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@v5.0.7
117+
uses: codecov/codecov-action@v5.1.2
118118
with:
119119
file: mypy_report/cobertura.xml
120120
flags: mypy

0 commit comments

Comments
 (0)