fix(coverage): simplify coverage paths configuration

Removes redundant paths for markitdown and tests in the 
coverage configuration. This change streamlines the 
coverage report by focusing on the primary source and 
test directories, improving clarity and maintainability.
This commit is contained in:
lumin 2024-12-26 23:09:55 +09:00 committed by GitButler
parent 6da4b08f8c
commit 75c33b6713

View file

@ -69,8 +69,8 @@ omit = [
] ]
[tool.coverage.paths] [tool.coverage.paths]
markitdown = ["src/markitdown", "*/markitdown/src/markitdown"] markitdown = ["src/markitdown"]
tests = ["tests", "*/markitdown/tests"] tests = ["tests"]
[tool.coverage.report] [tool.coverage.report]
exclude_lines = [ exclude_lines = [