Skip to content

Commit

Permalink
try different command for coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
mscarey committed Jun 9, 2019
1 parent 1a85c94 commit 8308ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
name: run tests
command: |
. venv/bin/activate
pytest --cov-report= --cov=authorityspoke tests/
pytest --cov-report term --cov=authorityspoke tests/
coveralls
- store_artifacts:
Expand Down

0 comments on commit 8308ed4

Please sign in to comment.