pypi-query-mcp/.coveragerc
2025-01-06 01:26:03 +08:00

14 lines
196 B
INI

[run]
branch = True
source =
[report]
exclude_lines =
if self.debug:
pragma: no cover
raise NotImplementedError
if __name__ == .__main__.:
ignore_errors = True
omit =
tests/*