From c9c7f3dc899596c8f6f2ff18f5bd14d7a8f9e75e Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Wed, 7 Nov 2018 10:00:57 +0000 Subject: [PATCH] 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 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 67cf453f89..2489e773ea 100644 --- a/tox.ini +++ b/tox.ini @@ -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