add coverage cfg option

This commit is contained in:
Florian Förster 2025-03-14 06:58:41 +01:00
parent f4907a73e9
commit 405e9a9c3c

View File

@ -64,6 +64,7 @@ exclude_also = [
"if TYPE_CHECKING", "if TYPE_CHECKING",
"@pytest.fixture", "@pytest.fixture",
"if __name__ == __main__:", "if __name__ == __main__:",
"@wrap_result",
] ]
[tool.coverage.html] [tool.coverage.html]