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]