Add action plugins and modules to coverage report

Currently, the coverage report only includes the kolla_ansible python
module, which only includes the kolla-genpwd command, and that is not
tested.

Change-Id: I16f0e9e0f47914b7ce24bbb515d59e4750228821
This commit is contained in:
Mark Goddard 2018-11-07 10:00:57 +00:00
parent f783505e6f
commit c9c7f3dc89
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