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 =
|
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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user