2015-08-07 23:55:46 +00:00
|
|
|
[run]
|
|
|
|
branch = True
|
|
|
|
source = borg
|
2015-08-08 17:12:14 +00:00
|
|
|
omit =
|
2015-11-01 21:18:47 +00:00
|
|
|
*/borg/__init__.py
|
|
|
|
*/borg/__main__.py
|
|
|
|
*/borg/_version.py
|
2015-11-01 22:22:04 +00:00
|
|
|
*/borg/fuse.py
|
2015-11-01 21:18:47 +00:00
|
|
|
*/borg/support/*
|
2015-11-01 22:20:32 +00:00
|
|
|
*/borg/testsuite/*
|
2016-01-15 18:52:19 +00:00
|
|
|
*/borg/hash_sizes.py
|
2015-08-07 23:55:46 +00:00
|
|
|
|
|
|
|
[report]
|
|
|
|
exclude_lines =
|
|
|
|
pragma: no cover
|
2015-11-01 22:06:52 +00:00
|
|
|
pragma: freebsd only
|
|
|
|
pragma: unknown platform only
|
2015-08-07 23:55:46 +00:00
|
|
|
def __repr__
|
|
|
|
raise AssertionError
|
|
|
|
raise NotImplementedError
|
|
|
|
if 0:
|
|
|
|
if __name__ == .__main__.:
|
|
|
|
ignore_errors = True
|