.coveragerc 201 B

1234567891011
  1. [run]
  2. branch = True
  3. source = zope.interface
  4. [report]
  5. show_missing = true
  6. exclude_lines =
  7. pragma: no cover
  8. class I[A-Z]\w+\((Interface|I[A-Z].*)\):
  9. raise NotImplementedError
  10. self\.fail