We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b652bff commit 1591ff5Copy full SHA for 1591ff5
.github/workflows/ci.yaml
@@ -50,7 +50,7 @@ jobs:
50
run: |
51
pytest -n auto --cov=./ --cov-report=xml
52
- name: Upload code coverage to Codecov
53
- uses: codecov/codecov-action@v4.6.0
+ uses: codecov/codecov-action@v5.0.7
54
with:
55
file: ./coverage.xml
56
flags: unittests
@@ -114,7 +114,7 @@ jobs:
114
115
python -m mypy --install-types --non-interactive --cobertura-xml-report mypy_report cf_xarray/
116
- name: Upload mypy coverage to Codecov
117
118
119
file: mypy_report/cobertura.xml
120
flags: mypy
0 commit comments