File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 77
77
--ignore flox/tests \
78
78
--cov=./ --cov-report=xml
79
79
- name : Upload code coverage to Codecov
80
- uses : codecov/codecov-action@v4.5 .0
80
+ uses : codecov/codecov-action@v4.6 .0
81
81
with :
82
82
file : ./coverage.xml
83
83
flags : unittests
@@ -132,7 +132,7 @@ jobs:
132
132
python -m mypy --install-types --non-interactive --cache-dir=.mypy_cache/ --cobertura-xml-report mypy_report
133
133
134
134
- name : Upload mypy coverage to Codecov
135
- uses : codecov/codecov-action@v4.5 .0
135
+ uses : codecov/codecov-action@v4.6 .0
136
136
with :
137
137
file : mypy_report/cobertura.xml
138
138
flags : mypy
Original file line number Diff line number Diff line change 76
76
python -c "import xarray; xarray.show_versions()"
77
77
pytest --durations=20 --durations-min=0.5 -n auto --cov=./ --cov-report=xml --hypothesis-profile ci
78
78
- name : Upload code coverage to Codecov
79
- uses : codecov/codecov-action@v4.5 .0
79
+ uses : codecov/codecov-action@v4.6 .0
80
80
with :
81
81
file : ./coverage.xml
82
82
flags : unittests
You can’t perform that action at this time.
0 commit comments