omit examples and extensions from coverage.
This commit is contained in:
@ -1,5 +1,8 @@
|
|||||||
[run]
|
[run]
|
||||||
branch = True
|
branch = True
|
||||||
|
omit =
|
||||||
|
bonobo/examples/*
|
||||||
|
bonobo/ext/*
|
||||||
|
|
||||||
[report]
|
[report]
|
||||||
# Regexes for lines to exclude from consideration
|
# Regexes for lines to exclude from consideration
|
||||||
|
|||||||
@ -14,4 +14,6 @@ from bonobo._api import __all__
|
|||||||
from bonobo._version import __version__
|
from bonobo._version import __version__
|
||||||
|
|
||||||
__all__ = ['__version__'] + __all__
|
__all__ = ['__version__'] + __all__
|
||||||
|
__version__ = __version__
|
||||||
|
|
||||||
del sys
|
del sys
|
||||||
|
|||||||
Reference in New Issue
Block a user