.coveragerc 131 B

12345678910
  1. [run]
  2. branch = True
  3. omit =
  4. *_boot*.py
  5. */lib/python*/*
  6. */dist-packages/*
  7. */tests/*
  8. source = .
  9. concurrency = multiprocessing