.coveragerc 132 B

123456789101112
  1. [run]
  2. source = clean_python
  3. omit = test_*.py
  4. [report]
  5. show_missing = true
  6. [html]
  7. directory = htmlcov
  8. [xml]
  9. output = coverage.xml