2024-12-31 02:55:51 -07:00
|
|
|
[run]
|
|
|
|
source = api
|
2025-01-01 17:38:22 -07:00
|
|
|
omit =
|
|
|
|
Kokoro-82M/*
|
|
|
|
MagicMock/*
|
|
|
|
test_*.py
|
2024-12-31 02:55:51 -07:00
|
|
|
|
|
|
|
[report]
|
|
|
|
exclude_lines =
|
|
|
|
pragma: no cover
|
|
|
|
def __repr__
|
|
|
|
raise NotImplementedError
|
|
|
|
if __name__ == .__main__.:
|
|
|
|
pass
|
|
|
|
raise ImportError
|