From bdcd8496b435a101713f640e9941ddc408cc7fdd Mon Sep 17 00:00:00 2001 From: SANDEEP KUMAR JAISAWAL Date: Thu, 1 Dec 2022 17:41:56 +0530 Subject: [PATCH] Modifying pytest command to add coverage options Issue-Id: AIMLFW-5 Signed-off-by: SANDEEP KUMAR JAISAWAL Change-Id: I48de1753b2943926c7e2520edde8f3b778c2ad20 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 5bda26b..1f60a14 100644 --- a/tox.ini +++ b/tox.ini @@ -49,4 +49,4 @@ commands = pip3 install feature-store/. pip3 install model-storage/. - pytest --cov-append --cov {toxinidir} --cov-report xml --cov-report term-missing --cov-report html \ 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