Actually use codecov.

This commit is contained in:
Víðir Valberg Guðmundsson 2019-03-29 12:06:41 +01:00
parent 037ab13a6b
commit e745c4097f
2 changed files with 4 additions and 1 deletions

View File

@ -19,3 +19,6 @@ before_script:
script:
- cp src/bornhack/environment_settings.py.dist.dev src/bornhack/environment_settings.py
- coverage run --source src/ src/manage.py test src/
after_success:
- codecov

View File

@ -3,4 +3,4 @@
django-debug-toolbar==1.11
factory_boy==2.11.1
coverage==4.5.3
coveralls==1.7.0
codecov==2.0.15