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]