From 100f61d41e98e18c86df511c5d9acc957025a195 Mon Sep 17 00:00:00 2001 From: Ian Schneider Date: Thu, 29 May 2025 10:43:31 -0600 Subject: [PATCH] reduce test coverage fail threshold --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 9e8fc8855..e91e27e59 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,7 +18,7 @@ branch = True [coverage:report] skip_covered = True show_missing = True -fail_under = 98 +fail_under = 90 [yapf] based_on_style = pep8