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 0d10cd0 commit 26421beCopy full SHA for 26421be
Makefile
@@ -34,7 +34,7 @@ endif
34
35
test-coverage:
36
rm -rf coverage .coverage
37
- $(PYTEST) sklearn --show-locals -v --with-cov sklearn
+ $(PYTEST) sklearn --showlocals -v --cov=sklearn --cov-report=html:coverage
38
39
test: test-code test-sphinxext test-doc
40
0 commit comments