[tor-commits] [bridgedb/master] Fail unittests if coverage falls below 80%.

isis at torproject.org isis at torproject.org
Tue Dec 1 02:47:00 UTC 2015


commit 7ac1012b0aec147091f54dfdd0ee7def2daa879f
Author: Isis Lovecruft <isis at 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





More information about the tor-commits mailing list