Skip to content

Commit 26421be

Browse files
amuellerlesteve
authored andcommitted
[MRG] fix command for make test-coverage (scikit-learn#10188)
1 parent 0d10cd0 commit 26421be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ endif
3434

3535
test-coverage:
3636
rm -rf coverage .coverage
37-
$(PYTEST) sklearn --show-locals -v --with-cov sklearn
37+
$(PYTEST) sklearn --showlocals -v --cov=sklearn --cov-report=html:coverage
3838

3939
test: test-code test-sphinxext test-doc
4040

0 commit comments

Comments
 (0)