.coveragerc 170 B

12345678
  1. [run]
  2. source = src/python
  3. concurrency = multiprocessing,thread
  4. disable_warnings = no-data-collected
  5. omit = **/__main__.py
  6. [combine]
  7. disable_warnings = no-data-collected