Skip to content

Commit 3bb58e6

Browse files
committed
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
1 parent 6694fec commit 3bb58e6

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.coveragerc

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[run]
2+
branch = True
3+
source = tempest
4+
omit = tempest/tests/*,tempest/openstack/*

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ dist
1616
build
1717
.testrepository
1818
.coverage*
19+
!.coveragerc
1920
cover/

0 commit comments

Comments
 (0)