Specify includeNoLocationClasses in another way
This commit is contained in:
@@ -72,6 +72,12 @@ android {
|
||||
testOptions {
|
||||
unitTests {
|
||||
includeAndroidResources = true
|
||||
all {
|
||||
jacoco {
|
||||
includeNoLocationClasses = true
|
||||
excludes = ['jdk.internal.*']
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -49,8 +49,4 @@ sonarqube {
|
||||
property "sonar.host.url", "https://sonarcloud.io"
|
||||
property "sonar.androidLint.reportPaths", "build/reports/lint-results-debug.xml"
|
||||
}
|
||||
}
|
||||
|
||||
rootCoverage {
|
||||
includeNoLocationClasses true
|
||||
}
|
||||
Reference in New Issue
Block a user