2014-01-02 15:16:31 -06:00
|
|
|
[run]
|
2014-01-27 18:19:53 -06:00
|
|
|
branch = True
|
2016-10-17 17:36:08 +05:30
|
|
|
omit = etc/*,setup.py,*egg*,.tox/*,barbican/tests/*,
|
|
|
|
functionaltests/*,
|
2014-12-12 22:00:55 -06:00
|
|
|
barbican/model/migration/alembic_migrations/versions/*,
|
|
|
|
barbican/plugin/dogtag.py, barbican/plugin/symantec.py
|
2014-01-02 15:16:31 -06:00
|
|
|
|
2013-04-16 18:19:53 -05:00
|
|
|
[report]
|
2014-01-02 15:16:31 -06:00
|
|
|
ignore_errors = True
|
2014-01-31 12:57:14 -06:00
|
|
|
exclude_lines =
|
|
|
|
pragma: no cover
|
|
|
|
@abc.abstractmethod
|