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
This commit is contained in:
Matthew Edmonds 2018-07-05 15:57:38 -04:00
parent 4134cec6f6
commit 1013c8c5f2
1 changed files with 1 additions and 1 deletions

View File

@ -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