mirror of
https://github.com/borgbackup/borg.git
synced 2025-01-30 19:21:17 +00:00
14 lines
215 B
Text
14 lines
215 B
Text
|
[run]
|
||
|
branch = True
|
||
|
source = borg
|
||
|
|
||
|
[report]
|
||
|
exclude_lines =
|
||
|
pragma: no cover
|
||
|
def __repr__
|
||
|
raise AssertionError
|
||
|
raise NotImplementedError
|
||
|
if 0:
|
||
|
if __name__ == .__main__.:
|
||
|
ignore_errors = True
|