Enable test coverage

This commit is contained in:
2017-04-21 18:26:29 -04:00
parent 9604c26973
commit a5567d491f

View File

@@ -25,7 +25,7 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
debug {
testCoverageEnabled = false
testCoverageEnabled = true
}
}