From e9cc4632ba15ebd94027eec5524999b3a6b67cab Mon Sep 17 00:00:00 2001 From: Brian Kohan Date: Tue, 17 Oct 2023 00:57:30 -0400 Subject: [PATCH] relax code cov --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 6a947b9..26d7f5f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -47,7 +47,7 @@ addopts = --cov-report=term-missing:skip-covered --cov-report=html --cov-report=xml - --cov-fail-under=100 + --cov-fail-under=99 #log_cli = true #log_cli_level = INFO