Merge "Remove exclude coverage regex from coverage job"

This commit is contained in:
Jenkins
2014-09-16 02:44:08 +00:00
committed by Gerrit Code Review

View File

@@ -36,7 +36,7 @@ commands = bash tools/lintstack.sh
commands = commands =
coverage erase coverage erase
python -m nova.openstack.common.lockutils python setup.py testr --coverage \ python -m nova.openstack.common.lockutils python setup.py testr --coverage \
--testr-args='(?=.*{posargs})^(?!.*test.*coverage).*$' --testr-args='{posargs}'
coverage combine coverage combine
coverage html --include='nova/*' --omit='nova/openstack/common/*' -d covhtml -i coverage html --include='nova/*' --omit='nova/openstack/common/*' -d covhtml -i