1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-01-21 23:09:40 +00:00
borg/.coveragerc

19 lines
312 B
Text
Raw Normal View History

[run]
branch = True
source = borg
omit =
*/borg/__init__.py
*/borg/__main__.py
*/borg/_version.py
*/borg/support/*
[report]
exclude_lines =
pragma: no cover
def __repr__
raise AssertionError
raise NotImplementedError
if 0:
if __name__ == .__main__.:
ignore_errors = True