Code coverage hinzugefügt.
This commit is contained in:
parent
b2dbafd57e
commit
0f69c12531
1 changed files with 8 additions and 0 deletions
|
@ -13,9 +13,17 @@ android {
|
|||
}
|
||||
buildTypes {
|
||||
release {
|
||||
testCoverageEnabled true
|
||||
minifyEnabled false
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
}
|
||||
debug {
|
||||
testCoverageEnabled true
|
||||
}
|
||||
}
|
||||
|
||||
jacoco {
|
||||
version = '0.7.2.201409121644'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue