Fixing code coverage report dir path 15/10615/1
authorBansal, Nitin (nb121v) <nitin.bansal@amdocs.com>
Wed, 6 Sep 2017 17:55:17 +0000 (13:55 -0400)
committerBansal, Nitin (nb121v) <nitin.bansal@amdocs.com>
Wed, 6 Sep 2017 17:56:15 +0000 (13:56 -0400)
Change-Id: Ic9a0d93eed0dcf1219c1d71540ca97b4cb2fcbbc
Issue-ID: AAI-214
Signed-off-by: Bansal, Nitin (nb121v) <nitin.bansal@amdocs.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 08dae9d..f4fe346 100644 (file)
--- 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>