2
0

.coveragerc 239 B

1234567891011121314
  1. [run]
  2. branch = True
  3. source = wagtailcrx
  4. [report]
  5. exclude_lines =
  6. if self.debug:
  7. pragma: no cover
  8. raise NotImplementedError
  9. if __name__ == .__main__.:
  10. ignore_errors = True
  11. omit =
  12. */migrations/*
  13. */project_template/*