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:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user