Exclude barbican/wsgi/api.py from coverage
The WSGI application entry-point for Barbican API isn't really suitable for unit testing, so exclude it from code coverage measurement. Related-Bug: #2109584 Change-Id: I07eff3fb73c20f7d29eb7b928b93e7897a4012f5
This commit is contained in:
@@ -5,6 +5,7 @@ omit = barbican/tests/*,
|
|||||||
barbican/model/migration/alembic_migrations/versions/,
|
barbican/model/migration/alembic_migrations/versions/,
|
||||||
barbican/plugin/dogtag.py,
|
barbican/plugin/dogtag.py,
|
||||||
barbican/plugin/symantec.py
|
barbican/plugin/symantec.py
|
||||||
|
barbican/wsgi/api.py
|
||||||
|
|
||||||
[report]
|
[report]
|
||||||
ignore_errors = True
|
ignore_errors = True
|
||||||
|
|||||||
Reference in New Issue
Block a user