We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c17e0e commit 3b1c922Copy full SHA for 3b1c922
1 file changed
.github/workflows/ci.yaml
@@ -58,7 +58,7 @@ jobs:
58
pytest -n auto --cov=./ --cov-report=xml
59
60
- name: Upload code coverage to Codecov
61
- uses: codecov/codecov-action@v5.5.1
+ uses: codecov/codecov-action@v5.5.2
62
with:
63
file: ./coverage.xml
64
flags: unittests
@@ -98,7 +98,7 @@ jobs:
98
python -m mypy --install-types --non-interactive --cobertura-xml-report mypy_report cf_xarray/
99
100
- name: Upload mypy coverage to Codecov
101
102
103
file: mypy_report/cobertura.xml
104
flags: mypy
0 commit comments