We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9ae54e commit b22765fCopy full SHA for b22765f
.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@v5.1.2
+ uses: codecov/codecov-action@v5.3.1
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