add codecov

This commit is contained in:
httprunner
2017-06-26 21:16:26 +08:00
parent e7ca4f26fd
commit a7155ce22a
2 changed files with 4 additions and 1 deletions

View File

@@ -10,3 +10,5 @@ install:
- pip install -r requirements.txt - pip install -r requirements.txt
script: script:
- python -m unittest discover - python -m unittest discover
after_success:
- codecov

View File

@@ -1,4 +1,5 @@
requests requests
termcolor termcolor
flask flask
PyYAML PyYAML
codecov