From b129f4d9076831741fd8c98c01120f93412c09b8 Mon Sep 17 00:00:00 2001 From: Julien Date: Wed, 22 Feb 2017 14:20:00 +0800 Subject: Update tox to produce coverage report JIRA:QTIP-204 Change-Id: If77558ed2f6e454b4abebdbb185755925d91c963 Signed-off-by: Julien --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tox.ini') 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} -- cgit 1.2.3-korg