3bb58e60fb
We don't need the result of tempest/tests/* and tempest/openstack/* coverage. This commit omits it with introducing .coveragerc. Partially implements bp unit-tests Change-Id: I0465d916e195e3d340dece24ac7b01a0fc13e5c1
5 lines
80 B
INI
5 lines
80 B
INI
[run]
|
|
branch = True
|
|
source = tempest
|
|
omit = tempest/tests/*,tempest/openstack/*
|