From de9c2154f3a8c180414be483461ee3344c26a33c Mon Sep 17 00:00:00 2001 From: HipsterBrown Date: Tue, 29 Oct 2024 15:09:53 -0400 Subject: [PATCH] chore: set test coverage minimum to 50% --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index e3a02b1..706e6df 100644 --- a/setup.cfg +++ b/setup.cfg @@ -44,4 +44,4 @@ branch = False [coverage:report] show_missing = true -fail_under = 100 +fail_under = 50