Simplify coverage.source

This commit is contained in:
Simon Conseil
2023-07-05 18:44:00 +02:00
parent 4cc7f5f4d2
commit ec36725cdc

View File

@@ -79,16 +79,10 @@ known-first-party = ["sigal"]
[tool.coverage.run]
source = ["sigal"]
omit = [
"/tmp/*",
"tests/*",
]
omit = ["/tmp/*", "tests/*"]
[tool.coverage.paths]
source = [
"src/sigal",
"*/.tox/*/lib/python*/site-packages/sigal",
]
source = ["src", "*/site-packages"]
[tool.coverage.report]
exclude_lines = [