jacoco.includeNoLocationClasses

This commit is contained in:
Milos Kozak 2021-02-18 00:04:44 +01:00
parent 2b3fcc60f0
commit 1e95be1f34

View file

@ -20,6 +20,10 @@ jacoco {
toolVersion = "0.8.3"
}
tasks.withType(Test) {
jacoco.includeNoLocationClasses = true
}
repositories {
mavenCentral()
google()