.coveragerc 195 B

123456789101112
  1. [run]
  2. branch = True
  3. [report]
  4. fail_under = 100
  5. show_missing = True
  6. exclude_lines =
  7. # Re-enable the standard pragma
  8. pragma: NO COVER
  9. # Ignore debug-only repr
  10. def __repr__
  11. pass