mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
Adjust the location of the resulting JaCoCo XML report files
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882851 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a2691cb5f9
commit
a080d2b098
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user