diff options
author | Bansal, Nitin (nb121v) <nitin.bansal@amdocs.com> | 2017-09-06 13:55:17 -0400 |
---|---|---|
committer | Bansal, Nitin (nb121v) <nitin.bansal@amdocs.com> | 2017-09-06 13:56:15 -0400 |
commit | b7094c2e0885d15c9f9cb405b07e3bb2410da8b9 (patch) | |
tree | ceea0f4cb635f12355e31f47165f42d990a88c60 | |
parent | 1e6752c966b48eb2351416691c96f9858c54f978 (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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |