Files
barbican/.coveragerc
melanie witt bfd1e72bf0 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
2025-06-12 10:16:46 -07:00

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