mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-12-02 05:43:44 +03:00
Adds coverage repo token
This commit is contained in:
parent
3b830790f7
commit
a4915a1ea8
|
@ -19,7 +19,7 @@ jobs:
|
||||||
command: coverage run --source=dj_rest_auth setup.py test
|
command: coverage run --source=dj_rest_auth setup.py test
|
||||||
name: Test
|
name: Test
|
||||||
- run:
|
- run:
|
||||||
command: coveralls
|
command: COVERALLS_REPO_TOKEN=Q58WdUuZOi89XHyDeDsGE2lxUGQ2IfqP3 coveralls
|
||||||
name: Coverage
|
name: Coverage
|
||||||
test-django-2:
|
test-django-2:
|
||||||
<<: *template
|
<<: *template
|
||||||
|
|
2
.coveralls.yml
Normal file
2
.coveralls.yml
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
service_name: travis-pro
|
||||||
|
repo_token: Q58WdUuZOi89XHyDeDsGE2lxUGQ2IfqP3
|
Loading…
Reference in New Issue
Block a user