From: Julien Date: Wed, 22 Feb 2017 06:20:00 +0000 (+0800) Subject: Update tox to produce coverage report X-Git-Tag: danube.1.0~75^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=b129f4d9076831741fd8c98c01120f93412c09b8;p=qtip.git Update tox to produce coverage report JIRA:QTIP-204 Change-Id: If77558ed2f6e454b4abebdbb185755925d91c963 Signed-off-by: Julien --- diff --git a/tox.ini b/tox.ini index 40ecbbf6..935c4d71 100644 --- a/tox.ini +++ b/tox.ini @@ -17,6 +17,8 @@ commands= py.test \ --basetemp={envtmpdir} \ --cov \ + --cov-report term-missing \ + --cov-report xml \ {posargs} setenv= HOME = {envtmpdir}