From: SANDEEP KUMAR JAISAWAL Date: Thu, 1 Dec 2022 12:44:05 +0000 (+0530) Subject: Adding coverage command X-Git-Tag: 1.0.0~13 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F95%2F9895%2F1;p=aiml-fw%2Fawmf%2Ftm.git Adding coverage command Issue-Id: AIMLFW-5 Signed-off-by: SANDEEP KUMAR JAISAWAL Change-Id: Iaf7b86cfcf2466eb07f9970fa1647b301b495412 --- 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