add coverage target to Makefile
This commit is contained in:
parent
2a86b46893
commit
26b9088c9d
4
Makefile
4
Makefile
@ -12,3 +12,7 @@ site:
|
|||||||
cd docs/ && sphinx-build -E -b dirhtml -a . _build
|
cd docs/ && sphinx-build -E -b dirhtml -a . _build
|
||||||
scss docs/_static/css/site.scss docs/_build/_static/css/site.css
|
scss docs/_static/css/site.scss docs/_build/_static/css/site.css
|
||||||
|
|
||||||
|
coverage:
|
||||||
|
nosetests --with-doctest --with-doctest-ignore-unicode --with-coverage \
|
||||||
|
--cover-package=isso --cover-html isso/ specs/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user