.coveragerc 90 B

12345678
  1. [run]
  2. branch = True
  3. omit =
  4. *_boot*.py
  5. */lib/python*/*
  6. */dist-packages/*
  7. */tests/*