update coverage

This commit is contained in:
debugtalk
2017-06-26 22:06:15 +08:00
parent 93822fa11f
commit 67838aae86

View File

@@ -9,6 +9,7 @@ python:
install: install:
- pip install -r requirements.txt - pip install -r requirements.txt
script: script:
- coverage run -m unittest discover - coverage run --source=. -m unittest discover
after_success: after_success:
- coverage report -m
- coveralls - coveralls