.coveragerc 151 B

12345678
  1. [run]
  2. parallel = 1
  3. source = ${PYTESTDJANGO_COVERAGE_SRC}.
  4. branch = 1
  5. [report]
  6. include = pytest_django/*,pytest_django_test/*,tests/*
  7. skip_covered = 1