diff --git a/pyproject.toml b/pyproject.toml index 3e14cec..56a24b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,8 +69,8 @@ omit = [ ] [tool.coverage.paths] -markitdown = ["src/markitdown", "*/markitdown/src/markitdown"] -tests = ["tests", "*/markitdown/tests"] +markitdown = ["src/markitdown"] +tests = ["tests"] [tool.coverage.report] exclude_lines = [