mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-08 20:10:17 +02:00
25 lines
368 B
INI
25 lines
368 B
INI
[run]
|
|
branch = True
|
|
source =
|
|
allianceauth
|
|
|
|
omit =
|
|
*/migrations/*
|
|
*/example/*
|
|
*/project_template/*
|
|
*/bin/*
|
|
*/tests/*
|
|
*/tests.py
|
|
|
|
[report]
|
|
exclude_lines =
|
|
if self.debug:
|
|
pragma: no cover
|
|
raise NotImplementedError
|
|
if __name__ == .__main__.:
|
|
def __repr__
|
|
raise AssertionError
|
|
if TYPE_CHECKING:
|
|
|
|
ignore_errors = True
|