commit 7ac1012b0aec147091f54dfdd0ee7def2daa879f Author: Isis Lovecruft isis@torproject.org Date: Sun Jul 26 12:11:03 2015 +0000
Fail unittests if coverage falls below 80%. --- .coveragerc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.coveragerc b/.coveragerc index a6288f5..04dc0a6 100644 --- a/.coveragerc +++ b/.coveragerc @@ -27,7 +27,7 @@ exclude_lines = # Ignore source code which cannot be found: ignore_errors = True # Exit with status code 2 if under this percentage is covered: -fail_under = 10 +fail_under = 80
[html] directory = doc/coverage-html