Author: centic
Date: Sun Oct 25 19:30:28 2020
New Revision: 1882851
URL: http://svn.apache.org/viewvc?rev=1882851&view=rev
Log:
Adjust the location of the resulting JaCoCo XML report files
Modified:
poi/trunk/build.gradle
Modified: poi/trunk/build.gradle
URL:
http://svn.apache.org/viewvc/poi/trunk/build.gradle?rev=1882851&r1=1882850&r2=1882851&view=diff
==============================================================================
--- poi/trunk/build.gradle (original)
+++ poi/trunk/build.gradle Sun Oct 25 19:30:28 2020
@@ -188,7 +188,7 @@ subprojects {
// the plugin seems to not detect our non-standard build-layout
property "sonar.junit.reportPaths",
"$projectDir/build/test-results/test"
- property "sonar.coverage.jacoco.xmlReportPaths",
"$projectDir/build/jacoco/test.exec"
+ property "sonar.coverage.jacoco.xmlReportPaths",
"$projectDir/build/reports/jacoco/test/jacocoTestReport.xml"
}
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]