File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.application'
2
2
apply plugin : ' spoon'
3
-
4
-
3
+ apply plugin : ' jacoco'
4
+ jacoco {
5
+ toolVersion= ' 0.7.5.201505241946'
6
+ }
5
7
buildscript {
6
8
repositories {
7
9
mavenCentral()
@@ -29,6 +31,9 @@ android {
29
31
minifyEnabled false
30
32
proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.pro'
31
33
}
34
+ debug {
35
+ testCoverageEnabled true
36
+ }
32
37
}
33
38
}
34
39
@@ -39,7 +44,7 @@ dependencies {
39
44
testImplementation ' junit:junit:4.12'
40
45
androidTestImplementation ' com.android.support.test:runner:1.0.1'
41
46
androidTestImplementation ' com.android.support.test.espresso:espresso-core:3.0.1'
42
- androidTestCompile ' com.squareup.spoon:spoon-client:1.7.1'
47
+ androidTestImplementation ' com.squareup.spoon:spoon-client:1.7.1'
43
48
}
44
49
45
50
spoon {
You can’t perform that action at this time.
0 commit comments