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:
- pip install -r requirements.txt
script:
- coverage run -m unittest discover
- coverage run --source=. -m unittest discover
after_success:
- coverage report -m
- coveralls