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