diff options
author | maheshgudi | 2017-12-19 15:00:02 +0530 |
---|---|---|
committer | maheshgudi | 2017-12-19 15:28:09 +0530 |
commit | 48a2086a542605fe3fb218520a8f8994aad7434c (patch) | |
tree | 1b8d3542a2eb3df4a7c262201177a4376ae8bd4a /.travis.yml | |
parent | 8af1d91001a59bb26999d94b6578eccbc1f1a908 (diff) | |
download | online_test-48a2086a542605fe3fb218520a8f8994aad7434c.tar.gz online_test-48a2086a542605fe3fb218520a8f8994aad7434c.tar.bz2 online_test-48a2086a542605fe3fb218520a8f8994aad7434c.zip |
Add coverage badge on readme using codecov
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 153f89b..8bb9d64 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,7 @@ before_install: # command to install dependencies install: - pip install -r requirements/requirements-common.txt + - pip install codecov - python setup.py develop # command to run tests and coverage @@ -25,6 +26,7 @@ script: after_success: - coverage combine - coverage report + - codecov dist: precise |