diff --git a/pyproject.toml b/pyproject.toml index c469660..c208f87 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,6 +11,9 @@ build-verbosity = 1 [tool.coverage.run] branch = true +omit = [ + "tests/test_benchmark.py", +] [tool.coverage.report] exclude_lines = ["pragma: no cover", "class .*\\(Protocol\\):", "if TYPE_CHECKING:"]