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
This commit is contained in:
John Vrbanac
2014-11-07 04:39:37 -06:00
parent f0ddbcff9a
commit c2fcf8318b
+2 -1
View File
@@ -1,6 +1,7 @@
[run]
branch = True
omit = etc/*,setup.py,*egg*,.tox/*,barbican/tests/*,*barbican/openstack/*,functionaltests/*,contrib/*
omit = etc/*,setup.py,*egg*,.tox/*,barbican/tests/*,*barbican/openstack/*,
functionaltests/*,contrib/*, barbican/model/migration/alembic_migrations/versions/*
[report]
ignore_errors = True