Kokoro-FastAPI/.coveragerc

16 lines
230 B
Text
Raw Normal View History

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