summaryrefslogtreecommitdiff
path: root/.coveragerc
blob: cb0619b80a01dc69fe9ff3d2ded3390b4c087612 (plain)
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
[run]
include =
    qutebrowser/*
    tests/*
    scripts/*
branch = true
omit =
    qutebrowser/__main__.py
    */__init__.py
    qutebrowser/resources.py

[report]
exclude_lines =
    pragma: no cover
    def __repr__
    raise AssertionError
    raise NotImplementedError
    raise utils\.Unreachable
    if __name__ == ["']__main__["']:
    if typing.TYPE_CHECKING:
    if TYPE_CHECKING:
    \.\.\.

[xml]
output=coverage.xml