summaryrefslogtreecommitdiffstats
path: root/.coveragerc
blob: 7c4ccf9e1a3d90d947c7b5e78f57d1f40ca06382 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[run]
branch = True
source = borg
omit =
    borg/__init__.py
    borg/__main__.py
    borg/_version.py
    borg/support/*.py

[report]
exclude_lines =
    pragma: no cover
    def __repr__
    raise AssertionError
    raise NotImplementedError
    if 0:
    if __name__ == .__main__.:
ignore_errors = True