Skip to content

Commit

Permalink
Adds coverage repo token
Browse files Browse the repository at this point in the history
  • Loading branch information
iMerica committed Mar 7, 2020
1 parent 3b83079 commit a4915a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
command: coverage run --source=dj_rest_auth setup.py test
name: Test
- run:
command: coveralls
command: COVERALLS_REPO_TOKEN=Q58WdUuZOi89XHyDeDsGE2lxUGQ2IfqP3 coveralls
name: Coverage
test-django-2:
<<: *template
Expand Down
2 changes: 2 additions & 0 deletions .coveralls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
service_name: travis-pro
repo_token: Q58WdUuZOi89XHyDeDsGE2lxUGQ2IfqP3

0 comments on commit a4915a1

Please sign in to comment.