aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorsblimkie <steven.blimkie@amdocs.com>2017-09-26 22:57:01 +0300
committersblimkie <steven.blimkie@amdocs.com>2017-09-26 23:00:16 +0300
commit689a3956abec163bdf83f93832c75c8ef55bee88 (patch)
tree49511ddd02298bbec5df0d567e86ac41c865ce3d /pom.xml
parent51110659f6138b8367a81b9e0caaa6bc8f51ae43 (diff)
Add unit tests for router-core
Change-Id: Ifa2085143084b7b21b531c839d4092bf9cc439b5 Issue-ID: AAI-211 Signed-off-by: sblimkie <steven.blimkie@amdocs.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 2d476a5..b6b44bf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,7 @@
<sonar.language>java</sonar.language>
<sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
<sonar.surefire.reportsPath>${project.build.directory}/surefire-reports</sonar.surefire.reportsPath>
- <sonar.jacoco.reportPath>${project.build.directory}/coverage-reports/jacoco.exec</sonar.jacoco.reportPath>
+ <sonar.jacoco.reportPath>${project.build.directory}/code-coverage/jacoco-ut.exec</sonar.jacoco.reportPath>
<sonar.jacoco.reportMissing.force.zero>false</sonar.jacoco.reportMissing.force.zero>
<sonar.projectVersion>${project.version}</sonar.projectVersion>
</properties>