From 1013c8c5f2fd916a3e9ac3afabb4da5656a1ed12 Mon Sep 17 00:00:00 2001 From: Matthew Edmonds Date: Thu, 5 Jul 2018 15:57:38 -0400 Subject: [PATCH] Fix coverage job The coverage job was only looking at nova, where we have very little code. This updates it to also look at nova_powervm. Change-Id: Ibf174024934f72edab9835e8a594d7fc6e580039 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 8a9f1525..cb31fe6a 100644 --- a/tox.ini +++ b/tox.ini @@ -55,7 +55,7 @@ basepython = python3 # https://bitbucket.org/ned/coveragepy/issues/519/ setenv = {[testenv]setenv} - PYTHON=coverage run --source nova --parallel-mode + PYTHON=coverage run --source nova,nova_powervm --parallel-mode commands = {[testenv]commands} coverage erase