From f64f9a0980d3b1e4492f2a4c6cf504c69ceef67c Mon Sep 17 00:00:00 2001 From: Jens Harbott Date: Wed, 12 Dec 2018 13:45:39 +0000 Subject: [PATCH] Fix coverage job The "$project" variable isn't expanded automatically, we need to explicitly specify our project name instead. Change-Id: I7b2960c317d2bc6990f21b73120e4b7a3311df30 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9e34d41b..528e68e4 100644 --- a/tox.ini +++ b/tox.ini @@ -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