jacoco.includeNoLocationClasses
This commit is contained in:
parent
2b3fcc60f0
commit
1e95be1f34
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,10 @@ jacoco {
|
||||||
toolVersion = "0.8.3"
|
toolVersion = "0.8.3"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tasks.withType(Test) {
|
||||||
|
jacoco.includeNoLocationClasses = true
|
||||||
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
google()
|
google()
|
||||||
|
|
Loading…
Reference in a new issue