123456789101112131415161718192021222324252627282930313233343536 |
- [run]
- branch = True
- concurrency = multiprocessing,thread
- source = wagtail
- omit =
- */migrations/*
- */tests/*
- docs/conf.py
- [report]
- exclude_lines =
- pragma: no cover
- def __repr__
- if self\.debug
- raise AssertionError
- raise NotImplementedError
- return NotImplemented
- if 0:
- if __name__ == .__main__.:
- ignore_errors = True
- [html]
- directory = coverage_html_report
|