Merge "Add action plugins and modules to coverage report"

This commit is contained in:
Zuul 2018-11-08 05:19:33 +00:00 committed by Gerrit Code Review
commit 23206de8ea
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ setenv = VIRTUAL_ENV={envdir}
NOSE_COVER_BRANCHES=1
NOSE_COVER_HTML=1
NOSE_COVER_HTML_DIR={toxinidir}/cover
PYTHON=coverage run --source kolla_ansible --parallel-mode
PYTHON=coverage run --source kolla_ansible,ansible/action_plugins,ansible/library --parallel-mode
commands =
stestr run {posargs}
coverage combine