diff --git a/fabfile.py b/fabfile.py index 41371c549..1b8c17eef 100644 --- a/fabfile.py +++ b/fabfile.py @@ -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():