Merge pull request #1288 from normanjaeckel/UpdateTestCoverage
Updated test coverage minimum.
This commit is contained in:
commit
e2efd9a21f
2
fabfile.py
vendored
2
fabfile.py
vendored
@ -25,7 +25,7 @@ def coverage_report_plain():
|
|||||||
Runs all tests and prints the coverage report.
|
Runs all tests and prints the coverage report.
|
||||||
"""
|
"""
|
||||||
test()
|
test()
|
||||||
local('coverage report -m --fail-under=77')
|
local('coverage report -m --fail-under=80')
|
||||||
|
|
||||||
|
|
||||||
def coverage():
|
def coverage():
|
||||||
|
Loading…
Reference in New Issue
Block a user