django-avatar/.coveragerc

26 lines
477 B
Text
Raw Normal View History

2015-10-23 14:33:10 +00:00
[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 = output/html/