add codecov support

sh_branch
liangliangyy 7 years ago
parent 46837f2fca
commit 968cd7087e

@ -13,8 +13,8 @@ branches:
# command to install dependencies
install:
- pip install -r travis_test/requirements.txt
- pip install python-coveralls
- pip install coverage
- pip install python-coveralls
- pip install coverage codecov
before_script:
- mysql -e 'CREATE DATABASE `djangoblog` /*!40100 DEFAULT CHARACTER SET utf8 */;'
- python manage.py makemigrations
@ -25,4 +25,5 @@ before_script:
script:
- coverage run manage.py test
after_success:
- coveralls
- coveralls
- codecov
Loading…
Cancel
Save