From: dyh Date: Thu, 6 Feb 2020 08:30:34 +0000 (+0800) Subject: update sonar property: sonar.python.coverage.reportPath -> sonar.python.coverage... X-Git-Tag: 1.3.7~14^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;ds=sidebyside;h=f63c390b5f61fbdf2b2468b86cbd9047f3390a96;p=vfc%2Fnfvo%2Flcm.git update sonar property: sonar.python.coverage.reportPath -> sonar.python.coverage.reportPaths Change-Id: Ie6a0b859a60c8af74aea853a8ccbe7a97bbd0df3 Issue-ID: VFC-1617 Signed-off-by: dyh --- diff --git a/pom.xml b/pom.xml index 13eaa432..a8d6632a 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ UTF-8 . xunit-results.xml - coverage.xml + coverage.xml py python **/**.py diff --git a/tox.ini b/tox.ini index cd624430..fb27ec5a 100644 --- a/tox.ini +++ b/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*"