.coveragerc 92 B

1234567
  1. [run]
  2. omit=
  3. */migrations/*
  4. */__init__.py
  5. manage.py
  6. */config/*
  7. */tests/*