deb-barbican/.coveragerc
jfwood 010b397e9e Add I18n-related unit tests (Part 3)
This CR is the first of several dependent CRs that break up the overall
tests added via this abandoned CR:
https://review.openstack.org/#/c/139894
This CR adds the new database/repository unit tests to the 'repository'
package.

Change-Id: Iccb24665801e9c207fa90acbaa4ce6e24088cf90
2015-01-05 16:41:08 -06:00

13 lines
348 B
INI

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