omit examples and extensions from coverage.

This commit is contained in:
Romain Dorgueil
2017-05-01 10:31:51 +02:00
parent a164c76d04
commit 6be714e3f6
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -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