blob: 36d63257b49959f7593f9f7e94b83b0a9d543cc2 [file] [log] [blame]
Mitja Nikolaus940c0352018-08-29 12:31:57 +02001[run]
2branch = True
3omit =
4 */migrations/*
5 */tests.py
6 .tox/*
7 .venv/*
8 manage.py
9
10[report]
11# Regexes for lines to exclude from consideration
12exclude_lines =
13 # Have to re-enable the standard pragma
14 pragma: no cover
15
16 # Don't complain about missing debug-only code:
17 def __repr__
18 if self\.debug
19
20 # Don't complain if tests don't hit defensive assertion code:
21 raise AssertionError
22 raise NotImplementedError
23
24 # Don't complain if non-runnable code isn't run:
25 if 0:
26 if __name__ == .__main__.:
27
28show_missing = True