mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-03-16 22:20:30 +00:00
26 lines
477 B
Text
26 lines
477 B
Text
|
|
[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/
|