From 373f0f3559049ea91a3fb47a445c554512c36435 Mon Sep 17 00:00:00 2001 From: Andrew Gauld Date: Wed, 21 Feb 2018 11:14:46 -0500 Subject: Make SONAR code coverage analysis work Change-Id: I8091aea6127b78de404c986be74ecf44935ab92f Issue-ID: DCAEGEN2-355 Signed-off-by: Andrew Gauld --- python-discovery-client/tox.ini | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'python-discovery-client/tox.ini') diff --git a/python-discovery-client/tox.ini b/python-discovery-client/tox.ini index 5b492c9..d8386d8 100644 --- a/python-discovery-client/tox.ini +++ b/python-discovery-client/tox.ini @@ -7,4 +7,8 @@ deps= pytest coverage pytest-cov -commands=pytest --junitxml xunit-results.xml --cov {envsitepackagesdir}/discovery_client --cov-report=xml +setenv= + PYTHONPATH={toxinidir} +commands= + pytest --junitxml xunit-results.xml --cov discovery_client --cov-report=xml + coverage xml -- cgit 1.2.3-korg