AndroidAPS/gradle/jacoco_global.gradle
2021-07-09 20:02:22 +02:00

8 lines
146 B
Groovy

jacoco {
toolVersion = "0.8.7"
}
tasks.withType(Test) {
jacoco.includeNoLocationClasses = true
jacoco.excludes = ['jdk.internal.*']
}