Skip to content

Commit

Permalink
When done, Travis should fail if coverage slips under 100%.
Browse files Browse the repository at this point in the history
Ref: #10
  • Loading branch information
ikolar committed Jan 8, 2019
1 parent 0209102 commit 15e6c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ install:
script:
- pipenv run coverage run --branch --source pyramid_heroku -m pytest pyramid_heroku
- pipenv run coverage html
- pipenv run coverage report --fail-under=97
- pipenv run coverage report --fail-under=100
- pipenv run black pyramid_heroku/

0 comments on commit 15e6c2e

Please sign in to comment.