Actually use codecov.
This commit is contained in:
parent
037ab13a6b
commit
e745c4097f
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue