barbican/.coveragerc
Takashi Kajinami ff2d105886 Simplify .coveragerc
We check only files in the barbican directory so can use the source
option.

Change-Id: I3b5ddb6ed73d558db42031618e2e1bee3318ffa2
2024-01-25 23:38:54 +09:00

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