tempest/.coveragerc
Masayuki Igawa 3bb58e60fb 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: I0465d916e195e3d340dece24ac7b01a0fc13e5c1
2014-03-28 08:16:22 +09:00

5 lines
80 B
INI

[run]
branch = True
source = tempest
omit = tempest/tests/*,tempest/openstack/*