coverage: replace codecov with coveralls

This commit is contained in:
httprunner
2017-06-26 21:47:57 +08:00
parent a7155ce22a
commit f1a2ec1397
3 changed files with 5 additions and 3 deletions

View File

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