
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
15 lines
314 B
INI
15 lines
314 B
INI
[run]
|
|
branch = True
|
|
source = barbican
|
|
omit = barbican/tests/*,
|
|
barbican/model/migration/alembic_migrations/versions/,
|
|
barbican/plugin/dogtag.py,
|
|
barbican/plugin/symantec.py
|
|
barbican/wsgi/api.py
|
|
|
|
[report]
|
|
ignore_errors = True
|
|
exclude_lines =
|
|
pragma: no cover
|
|
@abc.abstractmethod
|