barbican/.coveragerc
John Vrbanac c2fcf8318b Excluding alembic migrations from coverage
Currently we cannot tests the migrations within our unit test setup. We
should look into alternative ways of testing migrations and their
coverage.

Change-Id: I5fbc4957a7ed1e0924bce562530adbe5fd2d966b
2014-11-07 04:39:37 -06:00

11 lines
278 B
INI

[run]
branch = True
omit = etc/*,setup.py,*egg*,.tox/*,barbican/tests/*,*barbican/openstack/*,
functionaltests/*,contrib/*, barbican/model/migration/alembic_migrations/versions/*
[report]
ignore_errors = True
exclude_lines =
pragma: no cover
@abc.abstractmethod