Skip to content

Commit

Permalink
Require 100% code coverage
Browse files Browse the repository at this point in the history
* Add `fail-under=100` to `make test`
  • Loading branch information
LilyFoote committed Feb 26, 2015
1 parent de007e2 commit 0e8300b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ release:

test:
@coverage run ./user_management/tests/run.py
@coverage report --show-missing
@coverage report --show-missing --fail-under=100
@flake8

0 comments on commit 0e8300b

Please sign in to comment.