mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-24 00:37:56 +00:00
8493cfb0f1
seems like they need a */ prefix also: exclude everything below support/ - this is 3rd party stuff.
18 lines
312 B
INI
18 lines
312 B
INI
[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
|