From 6f1f8f9a9cdf4dfd0c07b68587e0e9880679cb1e Mon Sep 17 00:00:00 2001 From: dyh Date: Thu, 6 Feb 2020 16:55:25 +0800 Subject: update sonar property: sonar.python.coverage.reportPath -> sonar.python.coverage.reportPaths Change-Id: Ida77f4bbbfc1f16709732a9f31e3dadea37669bf Issue-ID: VFC-1617 Signed-off-by: dyh --- lcm/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lcm/tox.ini') diff --git a/lcm/tox.ini b/lcm/tox.ini index 54f7ae87..6f61451f 100644 --- a/lcm/tox.ini +++ b/lcm/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*" -- cgit 1.2.3-korg