From: dyh Date: Thu, 6 Feb 2020 09:16:16 +0000 (+0800) Subject: update sonar property: sonar.python.coverage.reportPath -> sonar.python.coverage... X-Git-Tag: 1.3.7~7^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F26%2F101226%2F2;p=vfc%2Fgvnfm%2Fvnfres.git update sonar property: sonar.python.coverage.reportPath -> sonar.python.coverage.reportPaths Change-Id: I6999b7804cfb76eda38a9cc9a08993db79fe5a11 Issue-ID: VFC-1617 Signed-off-by: dyh --- diff --git a/res/pom.xml b/res/pom.xml index f11c0c9..d174bf8 100644 --- a/res/pom.xml +++ b/res/pom.xml @@ -33,7 +33,7 @@ UTF-8 . xunit-results.xml - coverage.xml + coverage.xml py python **/**.py diff --git a/res/tox.ini b/res/tox.ini index 13e2837..9863e7a 100644 --- a/res/tox.ini +++ b/res/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