appstore/.coveragerc

17 строки
307 B
INI

[report]
exclude_lines =
pragma : no cover
def __repr__
if self.debug:
if settings.DEBUG
raise AssertionError
raise NotImplementedError
if 0:
if __name__ == .__main__.:
[run]
relative_files = True
omit =
nextcloudappstore/wsgi.py
nextcloudappstore/core/migrations/*