summaryrefslogtreecommitdiff
path: root/.coveragerc
blob: 16bebb0cc578a1665be73e6c45dd175fc0a4b598 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[run]
branch = true
omit =
    qutebrowser/__main__.py
    */__init__.py
    qutebrowser/resources.py

[report]
exclude_lines =
    pragma: no cover
    def __repr__
    raise AssertionError
    raise NotImplementedError
    if __name__ == ["']__main__["']: