2015-03-05 07:40:59 +01:00
|
|
|
[run]
|
2015-10-23 07:52:49 +02:00
|
|
|
source = qutebrowser
|
2015-03-30 23:29:54 +02:00
|
|
|
branch = true
|
2015-03-05 07:40:59 +01:00
|
|
|
omit =
|
|
|
|
qutebrowser/__main__.py
|
|
|
|
*/__init__.py
|
2015-05-25 01:38:17 +02:00
|
|
|
qutebrowser/resources.py
|
2015-03-05 07:40:59 +01:00
|
|
|
|
2015-03-04 23:35:59 +01:00
|
|
|
[report]
|
|
|
|
exclude_lines =
|
|
|
|
pragma: no cover
|
|
|
|
def __repr__
|
|
|
|
raise AssertionError
|
|
|
|
raise NotImplementedError
|
2017-12-15 16:12:31 +01:00
|
|
|
raise utils\.Unreachable
|
2015-03-04 23:35:59 +01:00
|
|
|
if __name__ == ["']__main__["']:
|
2015-08-08 21:11:38 +02:00
|
|
|
|
|
|
|
[xml]
|
2015-08-31 07:41:06 +02:00
|
|
|
output=coverage.xml
|