Skip to content

Commit

Permalink
add HTML coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
ogrisel committed Feb 26, 2011
1 parent 15bee0f commit 3594e47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ doc/modules/generated/
pip-log.txt
scikits.learn.egg-info/
.coverage
coverage
tags
covtype.data.gz
20news-18828/
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ test-doc:
--doctest-fixtures=_fixture doc/modules/

test-coverage:
$(NOSETESTS) --with-coverage
$(NOSETESTS) --with-coverage --cover-html --cover-html-dir=coverage


trailing-spaces:
Expand Down

0 comments on commit 3594e47

Please sign in to comment.