From d0c6c98f0c30d675288f13fd8429843e19c80c95 Mon Sep 17 00:00:00 2001 From: shouzy <82171453+realshouzy@users.noreply.github.com> Date: Fri, 5 Jan 2024 22:48:42 +0100 Subject: [PATCH] Set test coverage to 100% --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ef55383..68bfa9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -170,4 +170,4 @@ exclude_also = [ 'except (OSError|(shutil.Error, OSError))( as os_err)?:', 'except Exception as err:', ] -fail_under = 99 +fail_under = 100