O2Sound_ver2_final/backend/.coveragerc

23 lines
346 B
INI

[run]
source = app
omit =
*/tests/*
*/migrations/*
*/__init__.py
*/conftest.py
*/celery_app.py
*/workers/*
[report]
exclude_lines =
pragma: no cover
def __repr__
raise AssertionError
raise NotImplementedError
if __name__ == .__main__.:
if TYPE_CHECKING:
@abstract
[html]
directory = htmlcov