fdf79c9636
Add python code coverage reporting to the functional test runs. Change-Id: Icccfd3029f369bf52fc148f3838357acabfa1d1c
13 lines
295 B
INI
13 lines
295 B
INI
[run]
|
|
branch = True
|
|
source = ../barbican
|
|
omit = ../barbican/tests/*,
|
|
../barbican/model/migration/alembic_migrations/versions/*,
|
|
../barbican/plugin/dogtag.py, ../barbican/plugin/symantec.py
|
|
|
|
[report]
|
|
ignore_errors = True
|
|
exclude_lines =
|
|
pragma: no cover
|
|
@abc.abstractmethod
|