]> source.dussan.org Git - poi.git/commitdiff
Adjust the location of the resulting JaCoCo XML report files
authorDominik Stadler <centic@apache.org>
Sun, 25 Oct 2020 19:30:28 +0000 (19:30 +0000)
committerDominik Stadler <centic@apache.org>
Sun, 25 Oct 2020 19:30:28 +0000 (19:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882851 13f79535-47bb-0310-9956-ffa450edef68

build.gradle

index 5aa8bb8b79ba7fb76e938298d824d7cf5a1bb7fb..d964dd23639de695a58282ee65abea0b49168706 100644 (file)
@@ -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"
             }
         }
     }