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

22 lines
317 B
INI

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