django-avatar/.coveragerc
2016-05-26 00:21:38 +05:00

25 lines
471 B
INI

[report]
exclude_lines =
pragma: no cover
# Don't complain about missing debug-only code:
def __repr__
if self\.debug
# Don't complain if tests don't hit defensive assertion code:
raise AssertionError
raise NotImplementedError
except ImportError
# Don't complain if non-runnable code isn't run:
if 0:
if __name__ == .__main__.:
omit =
avatar/migrations/*
show_missing = True
precision = 2
[html]
directory = htmlcov/