Update tox to produce coverage report 97/29197/1
authorJulien <zhang.jun3g@zte.com.cn>
Wed, 22 Feb 2017 06:20:00 +0000 (14:20 +0800)
committerJulien <zhang.jun3g@zte.com.cn>
Wed, 22 Feb 2017 06:20:00 +0000 (14:20 +0800)
JIRA:QTIP-204

Change-Id: If77558ed2f6e454b4abebdbb185755925d91c963
Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
tox.ini

diff --git a/tox.ini b/tox.ini
index 40ecbbf..935c4d7 100644 (file)
--- 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}