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