Adding coverage. (#506)

* Adding coverage.

* Attempting to adding coverage.

* Adding coveragerc.
This commit is contained in:
kevgliss
2016-11-16 16:44:51 -08:00
committed by GitHub
parent 520404c215
commit d0ccd85afe
3 changed files with 9 additions and 1 deletions

View File

@ -48,7 +48,7 @@ test: develop lint test-python
testloop: develop
pip install pytest-xdist
py.test tests -f
coverage run --source lemur -m py.test
test-cli:
@echo "--> Testing CLI"