Kokoro-FastAPI/.coveragerc

18 lines
242 B
Text
Raw Normal View History

[run]
2025-01-01 21:50:00 -07:00
source =
api
ui
omit =
Kokoro-82M/*
MagicMock/*
test_*.py
[report]
exclude_lines =
pragma: no cover
def __repr__
raise NotImplementedError
if __name__ == .__main__.:
pass
raise ImportError