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
This commit is contained in:
Masayuki Igawa 2014-03-28 08:08:13 +09:00
parent 6694fec2a0
commit 3bb58e60fb
2 changed files with 5 additions and 0 deletions

4
.coveragerc Normal file
View File

@ -0,0 +1,4 @@
[run]
branch = True
source = tempest
omit = tempest/tests/*,tempest/openstack/*

1
.gitignore vendored
View File

@ -16,4 +16,5 @@ dist
build build
.testrepository .testrepository
.coverage* .coverage*
!.coveragerc
cover/ cover/