Created
August 2, 2016 13:08
-
-
Save kdabir/11b35cba1d0fbe4bdc2ab0a1442c80d5 to your computer and use it in GitHub Desktop.
Android enable code coverage
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
android { | |
buildTypes { | |
debug { | |
testCoverageEnabled = true | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment