From c53464e07385f061d5d585bb7c4bb9c2187f3396 Mon Sep 17 00:00:00 2001 From: SANDEEP KUMAR JAISAWAL Date: Thu, 1 Dec 2022 18:14:05 +0530 Subject: [PATCH] Adding coverage command Issue-Id: AIMLFW-5 Signed-off-by: SANDEEP KUMAR JAISAWAL Change-Id: Iaf7b86cfcf2466eb07f9970fa1647b301b495412 --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 1f60a14..dd4c5bb 100644 --- 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 -- 2.16.6