diff --git a/pyproject.toml b/pyproject.toml index 7019acd..99e61a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -211,13 +211,14 @@ omit = [ "*/pep610/_types.py", ] parallel = true +relative_files = true [tool.coverage.paths] pep610 = ["src/pep610", "*/pep610/src/pep610"] tests = ["tests", "*/pep610/tests"] [tool.coverage.report] -exclude_lines = [ +exclude_also = [ "no cov", "if __name__ == .__main__.:", "if t.TYPE_CHECKING:",