barbican/.coveragerc
shashi.kant ab0e991f2f Update .coveragerc after the removal of respective directory
Change-Id: Ib411a57bf7a86ea1818383f2fe88f2b39b5c7fde
2016-10-17 17:37:58 +05:30

13 lines
316 B
INI

[run]
branch = True
omit = etc/*,setup.py,*egg*,.tox/*,barbican/tests/*,
functionaltests/*,
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