Skip to content

Commit

Permalink
add coveralls in circleci with cover
Browse files Browse the repository at this point in the history
  • Loading branch information
W4pity committed Oct 9, 2018
1 parent befc1f3 commit 498052c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -48,7 +48,7 @@ jobs:
name: run tests
command: |
. venv/bin/activate
python manage.py test
coverage run --source=. manage.py test
coveralls
- store_artifacts:
Expand Down

0 comments on commit 498052c

Please sign in to comment.