allianceauth/.coveragerc
2017-10-05 11:00:32 -04:00

21 lines
305 B
INI

[run]
branch = True
source =
allianceauth
omit =
*/migrations/*
*/example/*
*/project_template/*
[report]
exclude_lines =
if self.debug:
pragma: no cover
raise NotImplementedError
if __name__ == .__main__.:
def __repr__
raise AssertionError
ignore_errors = True