diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2020-03-05 05:41:53 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-03-05 05:41:53 +0000 |
commit | 2b2aa9977411519081fcab8ce4d1c37d3d9ee1d4 (patch) | |
tree | 635bdc444eb2f8452545d387f46f9bcf7926d602 /oti/event-handler/pom.xml | |
parent | ff35e66284400a0d65302b77374826faebd54925 (diff) | |
parent | 2f2980df45d2d08c7a48c4a744bd893828f725f9 (diff) |
Merge "Initial unit test coverage"
Diffstat (limited to 'oti/event-handler/pom.xml')
-rw-r--r-- | oti/event-handler/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oti/event-handler/pom.xml b/oti/event-handler/pom.xml index 962d742..06f6f21 100644 --- a/oti/event-handler/pom.xml +++ b/oti/event-handler/pom.xml @@ -28,7 +28,7 @@ limitations under the License. <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> |