mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-08 23:07:26 -04:00
configure coverage enabled for all debug build types
This commit is contained in:
parent
4adfa6b978
commit
ff9c3e1852
@ -61,7 +61,6 @@ android {
|
||||
|
||||
debug {
|
||||
multiDexKeepProguard file("multidex-instrumentation-config.pro")
|
||||
testCoverageEnabled true
|
||||
buildConfigField "boolean", "KIWIX_ERROR_ACTIVITY", "false"
|
||||
}
|
||||
|
||||
|
@ -50,6 +50,12 @@ class AllProjectConfigurer {
|
||||
setTargetSdkVersion(Config.targetSdk)
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
getByName("debug").apply {
|
||||
isTestCoverageEnabled = true
|
||||
}
|
||||
}
|
||||
|
||||
compileOptions.apply {
|
||||
encoding = "UTF-8"
|
||||
sourceCompatibility = Config.javaVersion
|
||||
|
Loading…
x
Reference in New Issue
Block a user