diff --git a/run_tests.sh b/run_tests.sh index 85d8404211..8164b6664b 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -160,7 +160,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='manila/*' --omit='manila/openstack/common/*' -d covhtml -i + ${wrapper} coverage html --include='manila/*' -d covhtml -i fi return $RESULT