.coveragerc 307 B

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