qutebrowser/.coveragerc

18 lines
286 B
Plaintext
Raw Normal View History

2015-03-05 07:40:59 +01:00
[run]
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
if __name__ == ["']__main__["']:
[xml]
output=.coverage.xml