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