From a7e0c69f8ec93c36a8da63ec17ea7f21c634347d Mon Sep 17 00:00:00 2001 From: debugtalk Date: Mon, 26 Jun 2017 21:16:26 +0800 Subject: [PATCH] add codecov --- .travis.yml | 2 ++ requirements.txt | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 02b1e44a..01406b8e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,3 +10,5 @@ install: - pip install -r requirements.txt script: - python -m unittest discover +after_success: + - codecov \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 2536011c..6c871119 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ requests termcolor flask -PyYAML \ No newline at end of file +PyYAML +codecov \ No newline at end of file