diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2020-02-07 04:56:32 +0000 |
---|---|---|
committer | Vijay Venkatesh Kumar <vv770d@att.com> | 2020-02-07 04:56:38 +0000 |
commit | e0734cbb649157811a8a00dbb8e2dad2cbe28782 (patch) | |
tree | 1c48daf4292e34e486a1b72d3d2eae1ccb1ed66c /mod/runtimeapi | |
parent | 83f85998b01c7937b84549d81f5ec2a07958f96d (diff) |
sonarcloud support
Change-Id: Ie39df76703d6eb37f6826faa73f9e1a2371a5a64
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-2065
Diffstat (limited to 'mod/runtimeapi')
-rw-r--r-- | mod/runtimeapi/pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/runtimeapi/pom.xml b/mod/runtimeapi/pom.xml index 045f28e..e951d94 100644 --- a/mod/runtimeapi/pom.xml +++ b/mod/runtimeapi/pom.xml @@ -38,6 +38,8 @@ limitations under the License. <maven.deploy.skip>true</maven.deploy.skip> <java.version>1.8</java.version> <maven.build.timestamp.format>yyyyMMdd'T'HHmmss</maven.build.timestamp.format> + <sonar.coverage.jacoco.xmlReportPaths>${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + </sonar.coverage.jacoco.xmlReportPaths> </properties> <build> |