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

2
.coveragerc Normal file
View File

@ -0,0 +1,2 @@
[report]
include = lemur/*.py

View File

@ -34,9 +34,15 @@ before_script:
- npm install -g bower
- pip install --upgrade setuptools
install:
- pip install coveralls
script:
- make test
after_success:
- coveralls
notifications:
email:
kglisson@netflix.com

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"