File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -188,9 +188,9 @@ jobs:
188
188
- name : download datasets
189
189
run : python scripts/download_data.py
190
190
- name : unit tests
191
- run : pytest -v hvplot --cov=hvplot --cov-append
191
+ run : pytest -v hvplot --cov=hvplot --cov-branch --cov- append
192
192
- name : unit tests geo
193
- run : pytest -v hvplot --geo --cov=hvplot --cov-append
193
+ run : pytest -v hvplot --geo --cov=hvplot --cov-branch --cov- append
194
194
- name : examples tests
195
195
run : pytest -n logical --dist loadscope --nbval-lax -p no:python
196
196
- name : Upload coverage reports to Codecov
Original file line number Diff line number Diff line change @@ -211,8 +211,8 @@ pygraphviz = "*"
211
211
212
212
[feature .test .tasks ]
213
213
test-unit-geo = ' pytest -v hvplot --geo'
214
- test-unit-cov = ' pytest -v hvplot --cov=hvplot --cov-append'
215
- test-unit-geo-cov = ' pytest -v hvplot --geo --cov=hvplot --cov-append'
214
+ test-unit-cov = ' pytest -v hvplot --cov=hvplot --cov-branch --cov- append'
215
+ test-unit-geo-cov = ' pytest -v hvplot --geo --cov=hvplot --cov-branch --cov- append'
216
216
217
217
[feature .test-core .tasks ]
218
218
test-unit = ' pytest -v hvplot'
You can’t perform that action at this time.
0 commit comments