add codecov

This commit is contained in:
debugtalk
2017-06-26 21:16:26 +08:00
parent b5a61c8195
commit a7e0c69f8e
2 changed files with 4 additions and 1 deletions
+2
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
+1
View File
@@ -2,3 +2,4 @@ requests
termcolor termcolor
flask flask
PyYAML PyYAML
codecov