Merge "Remove exclude coverage regex from coverage job"
This commit is contained in:
2
tox.ini
2
tox.ini
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user