health-assistant / coverage.ini
yuting111222's picture
Add Health Assistant AI project with AI food analyzer and complete backend/frontend
89b8989
raw
history blame contribute delete
318 Bytes
[run]
source = .
omit =
*/tests/*
*/venv/*
*/.venv/*
*/env/*
*/.env/*
*/site-packages/*
[report]
exclude_lines =
pragma: no cover
def __repr__
if self\.debug
raise AssertionError
raise NotImplementedError
if 0:
if __name__ == .__main__.
[html]
directory = htmlcov