summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrun_tests.sh4
-rw-r--r--tox.ini2
2 files changed, 3 insertions, 3 deletions
diff --git a/run_tests.sh b/run_tests.sh
index b77b23b..bd1c51a 100755
--- a/run_tests.sh
+++ b/run_tests.sh
@@ -153,8 +153,8 @@ function run_tests {
echo "Generating HTML coverage report in covhtml/"
# Don't compute coverage for common code, which is tested elsewhere
${wrapper} coverage combine
- ${wrapper} coverage html --include='glance_store/*' --omit='glance_store/openstack/common/*' -d covhtml -i
- ${wrapper} coverage report --include='glance_store/*' --omit='glance_store/openstack/common/*' -i
+ ${wrapper} coverage html --include='glance_store/*' -d covhtml -i
+ ${wrapper} coverage report --include='glance_store/*' -i
fi
return $RESULT
diff --git a/tox.ini b/tox.ini
index b33f971..316bf89 100644
--- a/tox.ini
+++ b/tox.ini
@@ -70,4 +70,4 @@ commands = python setup.py testr --slowest --testr-args='glance_store.tests.func
# H404 multi line docstring should start with a summary
# H405 multi line docstring summary not separated with an empty line
ignore = H301,H404,H405
-exclude = .venv,.git,.tox,dist,doc,etc,*glance_store/locale*,*openstack/common*,*lib/python*,*egg,build
+exclude = .venv,.git,.tox,dist,doc,etc,*glance_store/locale*,*lib/python*,*egg,build