From 41a77588384b1d067bc040952ca42e7a33a75f76 Mon Sep 17 00:00:00 2001 From: Brian Schubert Date: Mon, 25 Aug 2025 09:54:43 -0400 Subject: [PATCH 1/2] Increase coverage precision --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index adfed5d4..9e2dcc0e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -123,6 +123,7 @@ known-first-party = ["typing_extensions", "_typed_dict_test_helper"] [tool.coverage.report] fail_under = 96 +precision = 1 show_missing = true # Omit files that are created in temporary directories during tests. # If not explicitly omitted they will result in warnings in the report. From 4242f8b248fc05e4f59c9df3b988bac8c8db87a4 Mon Sep 17 00:00:00 2001 From: Brian Schubert Date: Mon, 25 Aug 2025 10:05:03 -0400 Subject: [PATCH 2/2] Try 2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9e2dcc0e..e1775876 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -123,7 +123,7 @@ known-first-party = ["typing_extensions", "_typed_dict_test_helper"] [tool.coverage.report] fail_under = 96 -precision = 1 +precision = 2 show_missing = true # Omit files that are created in temporary directories during tests. # If not explicitly omitted they will result in warnings in the report.