Removal of unneccessary directory in run_tests.sh
Change-Id: I5507b2eff6ce572cd53db640f597b945a5d87165
This commit is contained in:
parent
20c3bcc251
commit
2a6f470fea
@ -226,7 +226,7 @@ function run_tests {
|
||||
echo "Generating coverage report in covhtml/"
|
||||
# Don't compute coverage for common code, which is tested elsewhere
|
||||
${wrapper} coverage combine
|
||||
${wrapper} coverage html --include='mistral/*' --omit='mistral/openstack/common/*' -d covhtml -i
|
||||
${wrapper} coverage html --include='mistral/*' -d covhtml -i
|
||||
fi
|
||||
|
||||
return $RESULT
|
||||
|
Loading…
Reference in New Issue
Block a user