aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/coverage/plugins/coveragerc.txt
blob: 83bfed8690318d43b3b804828a70bd7ea5d48df8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[report]
skip_empty = True

exclude_lines =
    pragma\s*:\s*no\s*cover
    def __repr__
    raise AssertionError
    raise NotImplementedError
    if 0:
    if False:
    if __name__ == .__main__.:
    if self\.debug:
    if settings\.DEBUG

[run]
suppress_plugin_errors = False
plugins =
    contrib.python.coverage.plugins.yarcadia.plugin
    contrib.tools.cython.Cython.Coverage

[contrib.python.coverage.plugins.yarcadia.plugin]
pylib_paths =
    # don't trace contrib
    contrib/python
    contrib/python3
    # don't trace python sources
    contrib/tools/python
    contrib/tools/python3
    contrib/libs/protobuf