Add modules to tox.ini coverage spec 25/61625/1
authorJack Lucas <jflucas@research.att.com>
Tue, 21 Aug 2018 15:20:53 +0000 (15:20 +0000)
committerJack Lucas <jflucas@research.att.com>
Tue, 21 Aug 2018 15:21:54 +0000 (15:21 +0000)
Change-Id: I617b7f3b8a7b8ec068c16355530351aad0122062
Issue-ID: DCAEGEN2-723
Signed-off-by: Jack Lucas <jflucas@research.att.com>
k8s/tox.ini

index d58364b..b6b2b54 100644 (file)
@@ -11,5 +11,5 @@ deps=
 setenv=
     PYTHONPATH={toxinidir}
 commands=
-  pytest --junitxml xunit-results.xml --cov k8splugin --cov-report xml
-  coverage xml
\ No newline at end of file
+  pytest --junitxml xunit-results.xml --cov configure --cov k8sclient --cov k8splugin --cov msb --cov-report xml
+  coverage xml