Pārlūkot izejas kodu

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
tags/before_ooxml_3rd_edition
Dominik Stadler pirms 3 gadiem
vecāks
revīzija
a080d2b098
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      build.gradle

+ 1
- 1
build.gradle Parādīt failu

@@ -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"
}
}
}

Notiek ielāde…
Atcelt
Saglabāt