.coveragerc 189 B

1234567891011121314
  1. [run]
  2. branch = True
  3. omit =
  4. */django/utils/autoreload.py
  5. source = django
  6. [report]
  7. ignore_errors = True
  8. omit =
  9. */django/conf/locale/*
  10. */tests/*
  11. [html]
  12. directory = coverage_html