From 8f8a951726ceef28ee17b256da1278ed7651f43f Mon Sep 17 00:00:00 2001 From: Leandro Lucas <104036495+Llucs@users.noreply.github.com> Date: Sat, 1 Aug 2026 09:06:48 -0300 Subject: [PATCH] Revert coverage fail_under to 95% --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a3d8260..c317554 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ branch = true command_line = "-m pytest" [tool.coverage.report] -fail_under = 100 +fail_under = 95 show_missing = true skip_empty = true