mirror of
https://github.com/KevinMidboe/python-gpiozero.git
synced 2025-10-29 17:50:37 +00:00
21 lines
317 B
INI
21 lines
317 B
INI
[run]
|
|
branch = True
|
|
include = gpiozero/*
|
|
;omit = */bar.py,*/baz.py
|
|
|
|
[report]
|
|
ignore_errors = True
|
|
show_missing = True
|
|
exclude_lines =
|
|
pragma: no cover
|
|
def __repr__
|
|
if self\.debug
|
|
raise AssertionError
|
|
raise NotImplementedError
|
|
if 0:
|
|
if __name__ == .__main__.:
|
|
|
|
[html]
|
|
directory = coverage
|
|
|