diff --git a/run_tests.sh b/run_tests.sh index e1b0b62b1..a70805962 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -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