kanban-app/backend/.coveragerc
2026-02-24 19:32:35 +03:00

23 lines
No EOL
347 B
INI

[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