diff --git a/pyproject.toml b/pyproject.toml index 3e32060..fc8980f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,11 +68,6 @@ warn_unused_ignores = false [tool.coverage.run] branch = true -source = ["src", "tests"] - -[tool.coverage.paths] -source = ["src/", "*/site-packages", "*/src"] -test = ["tests/", "*/tests"] [tool.coverage.report] exclude_lines = [