14 lines
229 B
INI
14 lines
229 B
INI
[run]
|
|
branch = true
|
|
omit =
|
|
qutebrowser/__main__.py
|
|
*/__init__.py
|
|
|
|
[report]
|
|
exclude_lines =
|
|
pragma: no cover
|
|
def __repr__
|
|
raise AssertionError
|
|
raise NotImplementedError
|
|
if __name__ == ["']__main__["']:
|