update sonar property: sonar.python.coverage.reportPath -> sonar.python.coverage...
[vfc/gvnfm/vnfmgr.git] / mgr / tox.ini
index a666b43..cb4f53c 100644 (file)
@@ -23,5 +23,5 @@ commands =
   {[testenv]commands}
 
 [testenv:cov]
-deps = coverage
+deps = coverage==4.2
 commands = coverage xml --omit="*test*,*__init__.py,*site-packages*"
\ No newline at end of file