23 lines
347 B
Text
23 lines
347 B
Text
|
|
[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
|