Add modules to tox.ini coverage spec
[dcaegen2/platform/plugins.git] / 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