Skip to content

Commit 941befb

Browse files
Turns on code coverage for sample app
1 parent 29e6451 commit 941befb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sample/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ android {
1313
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1414
}
1515
buildTypes {
16+
debug {
17+
testCoverageEnabled true
18+
}
1619
release {
1720
minifyEnabled false
1821
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'

0 commit comments

Comments
 (0)