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