mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-22 03:54:18 -04:00
Added code coverage measure to debug builds
This commit is contained in:
parent
7b6399c6b2
commit
9f7c052f60
@ -84,6 +84,11 @@ android {
|
|||||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
buildTypes {
|
||||||
|
debug {
|
||||||
|
testCoverageEnabled true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
productFlavors {
|
productFlavors {
|
||||||
// Vanilla Kiwix app
|
// Vanilla Kiwix app
|
||||||
|
Loading…
x
Reference in New Issue
Block a user