appstore/.coveragerc

17 строки
307 B
Plaintext
Исходник Обычный вид История

[report]
exclude_lines =
pragma : no cover
def __repr__
if self.debug:
if settings.DEBUG
raise AssertionError
raise NotImplementedError
if 0:
if __name__ == .__main__.:
2017-08-06 18:57:15 +03:00
[run]
relative_files = True
omit =
2017-08-06 18:57:15 +03:00
nextcloudappstore/wsgi.py
nextcloudappstore/core/migrations/*