.coveragerc 285 B

1234567891011121314151617
  1. [run]
  2. branch = True
  3. source = borg
  4. omit =
  5. borg/__init__.py
  6. borg/__main__.py
  7. borg/_version.py
  8. [report]
  9. exclude_lines =
  10. pragma: no cover
  11. def __repr__
  12. raise AssertionError
  13. raise NotImplementedError
  14. if 0:
  15. if __name__ == .__main__.:
  16. ignore_errors = True