Kokoro-FastAPI/.coveragerc

13 lines
195 B
Text
Raw Normal View History

[run]
source = api
omit = Kokoro-82M/*
[report]
exclude_lines =
pragma: no cover
def __repr__
raise NotImplementedError
if __name__ == .__main__.:
pass
raise ImportError