summaryrefslogtreecommitdiffstats
path: root/.coveragerc
blob: 1fb28afb9a7f4bff542670d14000b746e5235354 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[run]
branch = True
source =
    custodia
    tests

[paths]
source =
   custodia
   .tox/*/lib/python*/site-packages/custodia

[report]
ignore_errors = False
precision = 1
exclude_lines =
    pragma: no cover
    raise AssertionError
    raise NotImplementedError
    if 0:
    if False:
    if __name__ == .__main__.:
    if PY3
    if not PY3