From 405e9a9c3cb6b8db61530f0cdd269dcdd7ca0098 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20F=C3=B6rster?= Date: Fri, 14 Mar 2025 06:58:41 +0100 Subject: [PATCH] add coverage cfg option --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 56cfa96..1b23dc3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,6 +64,7 @@ exclude_also = [ "if TYPE_CHECKING", "@pytest.fixture", "if __name__ == __main__:", + "@wrap_result", ] [tool.coverage.html]