aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBansal, Nitin (nb121v) <nitin.bansal@amdocs.com>2017-09-06 13:55:17 -0400
committerBansal, Nitin (nb121v) <nitin.bansal@amdocs.com>2017-09-06 13:56:15 -0400
commitb7094c2e0885d15c9f9cb405b07e3bb2410da8b9 (patch)
treeceea0f4cb635f12355e31f47165f42d990a88c60
parent1e6752c966b48eb2351416691c96f9858c54f978 (diff)
Fixing code coverage report dir path
Change-Id: Ic9a0d93eed0dcf1219c1d71540ca97b4cb2fcbbc Issue-ID: AAI-214 Signed-off-by: Bansal, Nitin (nb121v) <nitin.bansal@amdocs.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 08dae9d..f4fe346 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,7 +45,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}/code-coverage/jacoco-ut.exec</sonar.jacoco.reportPath>
+ <sonar.jacoco.reportPath>${project.build.directory}/coverage-reports/jacoco.exec</sonar.jacoco.reportPath>
<sonar.jacoco.reportMissing.force.zero>false</sonar.jacoco.reportMissing.force.zero>
<sonar.projectVersion>${project.version}</sonar.projectVersion>
</properties>