From d237c27d29cb645f2b598aebd37a191d9d21a6dc Mon Sep 17 00:00:00 2001 From: Jens Vagelpohl Date: Tue, 8 Oct 2024 09:30:20 +0200 Subject: [PATCH] - adjust coverage --- .meta.toml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.meta.toml b/.meta.toml index 4018329..cb844a9 100644 --- a/.meta.toml +++ b/.meta.toml @@ -56,7 +56,7 @@ coverage-setenv = [ ] [coverage] -fail-under = 98.4 +fail-under = 97 [isort] additional-sources = "{toxinidir}/tests" diff --git a/pyproject.toml b/pyproject.toml index 1509743..fe3e43c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ branch = true source = ["RestrictedPython"] [tool.coverage.report] -fail_under = 98.4 +fail_under = 97 precision = 2 ignore_errors = true show_missing = true