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 =
coverage erase
python -m nova.openstack.common.lockutils python setup.py testr --coverage \
--testr-args='(?=.*{posargs})^(?!.*test.*coverage).*$'
--testr-args='{posargs}'
coverage combine
coverage html --include='nova/*' --omit='nova/openstack/common/*' -d covhtml -i