Merge "Scope coverage report generation to nova module."
This commit is contained in:
commit
9bd0504bd3
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,3 +18,4 @@ tools/conf/nova.conf*
|
|||||||
cover/*
|
cover/*
|
||||||
dist/*
|
dist/*
|
||||||
.coverage
|
.coverage
|
||||||
|
covhtml
|
||||||
|
1
Authors
1
Authors
@ -160,6 +160,7 @@ Paul McMillan <paul.mcmillan@nebula.com>
|
|||||||
Paul Voccio <paul@openstack.org>
|
Paul Voccio <paul@openstack.org>
|
||||||
Peng Yong <ppyy@pubyun.com>
|
Peng Yong <ppyy@pubyun.com>
|
||||||
Philip Knouff <philip.knouff@mailtrust.com>
|
Philip Knouff <philip.knouff@mailtrust.com>
|
||||||
|
Renier Morales <renierm@us.ibm.com>
|
||||||
Renuka Apte <renuka.apte@citrix.com>
|
Renuka Apte <renuka.apte@citrix.com>
|
||||||
Ricardo Carrillo Cruz <emaildericky@gmail.com>
|
Ricardo Carrillo Cruz <emaildericky@gmail.com>
|
||||||
Rick Clark <rick@openstack.org>
|
Rick Clark <rick@openstack.org>
|
||||||
|
@ -171,5 +171,5 @@ fi
|
|||||||
|
|
||||||
if [ $coverage -eq 1 ]; then
|
if [ $coverage -eq 1 ]; then
|
||||||
echo "Generating coverage report in covhtml/"
|
echo "Generating coverage report in covhtml/"
|
||||||
${wrapper} coverage html -d covhtml -i
|
${wrapper} coverage html --include=nova/* -d covhtml -i
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user