mirror of
https://github.com/KevinMidboe/python-gpiozero.git
synced 2025-10-29 17:50:37 +00:00
20
coverage.cfg
Normal file
20
coverage.cfg
Normal file
@@ -0,0 +1,20 @@
|
||||
[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
|
||||
|
||||
Reference in New Issue
Block a user