From f10b66412b8b05804db21466baabaaa57c1b93db Mon Sep 17 00:00:00 2001 From: Jens Vagelpohl Date: Tue, 17 Sep 2024 11:40:28 +0200 Subject: [PATCH] - dial down coverage a tiny bit --- .meta.toml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.meta.toml b/.meta.toml index 5a406b5..d9cfeaf 100644 --- a/.meta.toml +++ b/.meta.toml @@ -38,7 +38,7 @@ additional-config = [ ] [coverage] -fail-under = 99 +fail-under = 98 [manifest] additional-rules = [ diff --git a/pyproject.toml b/pyproject.toml index 10279c4..17da486 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ source = ["zope.interface"] relative_files = true [tool.coverage.report] -fail_under = 99 +fail_under = 98 precision = 2 ignore_errors = true show_missing = true