We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad0c548 commit 246f342Copy full SHA for 246f342
.github/workflows/ci.yaml
@@ -70,7 +70,7 @@ jobs:
70
run: |
71
pytest -n auto --cov=./ --cov-report=xml
72
- name: Upload code coverage to Codecov
73
- uses: codecov/codecov-action@v5.4.3
+ uses: codecov/codecov-action@v5.5.0
74
with:
75
file: ./coverage.xml
76
flags: unittests
@@ -109,7 +109,7 @@ jobs:
109
110
python -m mypy --install-types --non-interactive --cobertura-xml-report mypy_report cf_xarray/
111
- name: Upload mypy coverage to Codecov
112
113
114
file: mypy_report/cobertura.xml
115
flags: mypy
0 commit comments