.coveragerc 205 B

123456789101112131415
  1. [run]
  2. branch = True
  3. omit =
  4. *_boot*.py
  5. */lib/python*/*
  6. */dist-packages/*
  7. */tests/*
  8. source = .
  9. concurrency = multiprocessing
  10. [report]
  11. exclude_lines =
  12. pragma: no cover
  13. if __name__ == .__main__.: