update coverage

This commit is contained in:
debugtalk
2017-06-27 11:18:52 +08:00
parent a16d3fcd6a
commit a8d6071e8a

View File

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