pypi-query-mcp/.coveragerc

14 lines
196 B
Text
Raw Normal View History

2025-01-06 01:26:03 +08:00
[run]
branch = True
source =
[report]
exclude_lines =
if self.debug:
pragma: no cover
raise NotImplementedError
if __name__ == .__main__.:
ignore_errors = True
omit =
tests/*