Skip to content

Instantly share code, notes, and snippets.

@kdabir
Created August 2, 2016 13:08
Show Gist options
  • Save kdabir/11b35cba1d0fbe4bdc2ab0a1442c80d5 to your computer and use it in GitHub Desktop.
Save kdabir/11b35cba1d0fbe4bdc2ab0a1442c80d5 to your computer and use it in GitHub Desktop.
Android enable code coverage
android {
buildTypes {
debug {
testCoverageEnabled = true
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment