kanban-app/backend/.coveragerc

23 lines
347 B
Text
Raw Normal View History

2026-02-24 14:36:31 +00:00
[run]
source = app
omit =
*/tests/*
*/migrations/*
*/__pycache__/*
*/venv/*
*/instance/*
app/__init__.py
[report]
exclude_lines =
pragma: no cover
def __repr__
raise NotImplementedError
if __name__ == .__main__.:
if TYPE_CHECKING:
@abstractmethod
pass
precision = 2
[html]
directory = htmlcov