update coverage

This commit is contained in:
httprunner
2017-06-26 22:06:15 +08:00
parent f1a2ec1397
commit 99a6051c24

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