aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorJulien <zhang.jun3g@zte.com.cn>2017-02-22 14:20:00 +0800
committerJulien <zhang.jun3g@zte.com.cn>2017-02-22 14:20:00 +0800
commitb129f4d9076831741fd8c98c01120f93412c09b8 (patch)
tree306b13563bdb8c6ac9386300ce3a59ac6253a9d7 /tox.ini
parenta72b8daa8aa00be9632d56ac0770002b0caad360 (diff)
Update tox to produce coverage report
JIRA:QTIP-204 Change-Id: If77558ed2f6e454b4abebdbb185755925d91c963 Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 2 insertions, 0 deletions
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}