Fix coverage job

The "$project" variable isn't expanded automatically, we need to
explicitly specify our project name instead.

Change-Id: I7b2960c317d2bc6990f21b73120e4b7a3311df30
This commit is contained in:
Jens Harbott 2018-12-12 13:45:39 +00:00
parent e6670f25f8
commit f64f9a0980
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ commands =
[testenv:cover]
basepython = python3
setenv =
PYTHON=coverage run --source $project --parallel-mode
PYTHON=coverage run --source hacking --parallel-mode
commands =
stestr run '{posargs}'
coverage combine