From cb088293218159ea33a3820c8a07ffe342f9fc1c Mon Sep 17 00:00:00 2001 From: jwong-nd Date: Fri, 8 Nov 2024 16:42:12 -0800 Subject: [PATCH] coverage threshold --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f7c148f..3e81573 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ exclude_lines = [ "import", "pragma: no cover", ] -fail_under = 97 +fail_under = 93 [tool.isort] line_length = 79