Merge pull request #1288 from normanjaeckel/UpdateTestCoverage

Updated test coverage minimum.
This commit is contained in:
Oskar Hahn 2014-05-17 13:04:47 +02:00
commit e2efd9a21f

2
fabfile.py vendored
View File

@ -25,7 +25,7 @@ def coverage_report_plain():
Runs all tests and prints the coverage report.
"""
test()
local('coverage report -m --fail-under=77')
local('coverage report -m --fail-under=80')
def coverage():