ff2d105886
We check only files in the barbican directory so can use the source option. Change-Id: I3b5ddb6ed73d558db42031618e2e1bee3318ffa2
14 lines
286 B
INI
14 lines
286 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
|