From: dyh Date: Thu, 6 Feb 2020 09:15:22 +0000 (+0800) Subject: update sonar property: sonar.python.coverage.reportPath -> sonar.python.coverage... X-Git-Tag: 1.3.7~8^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=ac63a7c73c07c3f61e89a9144d35bafa74746b26;p=vfc%2Fgvnfm%2Fvnfmgr.git update sonar property: sonar.python.coverage.reportPath -> sonar.python.coverage.reportPaths Change-Id: I726fd7a968b87d67f6d8fa1592008359a01aac72 Issue-ID: VFC-1617 Signed-off-by: dyh --- diff --git a/mgr/pom.xml b/mgr/pom.xml index c6d6024..28b54e5 100644 --- a/mgr/pom.xml +++ b/mgr/pom.xml @@ -30,7 +30,7 @@ UTF-8 . xunit-results.xml - coverage.xml + coverage.xml py python **/**.py diff --git a/mgr/tox.ini b/mgr/tox.ini index a666b43..cb4f53c 100644 --- a/mgr/tox.ini +++ b/mgr/tox.ini @@ -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