diff options
Diffstat (limited to 'lcm')
-rw-r--r-- | lcm/pom.xml | 2 | ||||
-rw-r--r-- | lcm/tox.ini | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lcm/pom.xml b/lcm/pom.xml index 1049cc53..6dbc92d4 100644 --- a/lcm/pom.xml +++ b/lcm/pom.xml @@ -30,7 +30,7 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <sonar.sources>.</sonar.sources> <sonar.junit.reportsPath>xunit-results.xml</sonar.junit.reportsPath> - <sonar.python.coverage.reportPath>coverage.xml</sonar.python.coverage.reportPath> + <sonar.python.coverage.reportPaths>coverage.xml</sonar.python.coverage.reportPaths> <sonar.language>py</sonar.language> <sonar.pluginname>python</sonar.pluginname> <sonar.inclusions>**/**.py</sonar.inclusions> 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*" |