Introduce .coveragerc
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: I0465d916e195e3d340dece24ac7b01a0fc13e5c1changes/20/83620/1
parent
6694fec2a0
commit
3bb58e60fb
@ -0,0 +1,4 @@
|
||||
[run]
|
||||
branch = True
|
||||
source = tempest
|
||||
omit = tempest/tests/*,tempest/openstack/*
|
Loading…
Reference in New Issue