diff options
author | Idan Amit <ia096e@intl.att.com> | 2018-08-19 13:15:27 +0300 |
---|---|---|
committer | Idan Amit <ia096e@intl.att.com> | 2018-08-19 13:15:27 +0300 |
commit | 297b0994d648ab2ad9f1cf905ae291ab77c7bcfd (patch) | |
tree | bc844e1d0f4a95610825e49a94b420c3c0dd488f | |
parent | e7154335e26e3e68bedd7ef09831982a33ab3aeb (diff) |
Added tests to sdc-pubsub
Changed sonar parameters to integrate with sonarTS plugin
Change-Id: I91c38165d8a7a86a88ffdf99b9e9d5924d145d82
Issue-ID: SDC-1542
Signed-off-by: Idan Amit <ia096e@intl.att.com>
-rw-r--r-- | pom.xml | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -12,12 +12,12 @@ <nexus.proxy>https://nexus.onap.org</nexus.proxy> <staging.profile.id>176c31dfe190a</staging.profile.id> - <sonar.typescript.node>node</sonar.typescript.node> - <sonar.sources>lib</sonar.sources> - <sonar.tests>lib</sonar.tests> - <sonar.test.inclusions>lib/*.spec.ts</sonar.test.inclusions> - <sonar.typescript.lcov.reportPaths>coverage/lcov.info</sonar.typescript.lcov.reportPaths> - <sonar.testExecutionReportPaths>coverage/test-report.xml</sonar.testExecutionReportPaths> + <sonar.typescript.node>${basedir}/node</sonar.typescript.node> + <sonar.sources>${basedir}/lib</sonar.sources> + <sonar.tests>${basedir}/lib</sonar.tests> + <sonar.test.inclusions>${basedir}/lib/*.spec.ts</sonar.test.inclusions> + <sonar.typescript.lcov.reportPaths>${basedir}/coverage/lcov.info</sonar.typescript.lcov.reportPaths> + <sonar.testExecutionReportPaths>${basedir}/coverage/test-report.xml</sonar.testExecutionReportPaths> </properties> <build> |