Adding coverage command 95/9895/1
authorSANDEEP KUMAR JAISAWAL <s.jaisawal@samsung.com>
Thu, 1 Dec 2022 12:44:05 +0000 (18:14 +0530)
committerSANDEEP KUMAR JAISAWAL <s.jaisawal@samsung.com>
Thu, 1 Dec 2022 12:44:05 +0000 (18:14 +0530)
Issue-Id: AIMLFW-5

Signed-off-by: SANDEEP KUMAR JAISAWAL <s.jaisawal@samsung.com>
Change-Id: Iaf7b86cfcf2466eb07f9970fa1647b301b495412

tox.ini

diff --git a/tox.ini b/tox.ini
index 1f60a14..dd4c5bb 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -49,4 +49,5 @@ commands =
 
   pip3 install feature-store/.
   pip3 install model-storage/.
-  pytest --cov {toxinidir}/trainingmgr --cov-report xml --cov-report term-missing --cov-report html --cov-fail-under=10 --junitxml=/tmp/tests.xml coverage xml -i
\ No newline at end of file
+  pytest --cov {toxinidir}/trainingmgr --cov-report xml --cov-report term-missing --cov-report html --cov-fail-under=10 --junitxml=/tmp/tests.xml
+  coverage xml -i
\ No newline at end of file