From bcc28b48914d03b66dee9ac0154cb2570e17b7a8 Mon Sep 17 00:00:00 2001 From: Calvin Spealman Date: Thu, 18 Apr 2019 09:03:08 -0400 Subject: [PATCH] Raise the fail_under for test coverage to the current coverage level of 43.52% to keep from dropping again. Add precision setting to coverage reporting --- setup.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 475be83a9..e7af4f9d5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -43,6 +43,7 @@ omit = */migrations/* branch = True [coverage:report] -fail_under = 40 +fail_under = 43.5 +precision = 2 [flake8]