Created
August 29, 2018 08:00
-
-
Save har5hit/1fba06a3ede0b70051166c4d71dfe4cd to your computer and use it in GitHub Desktop.
This file contains 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
buildTypes { | |
debug{ | |
testCoverageEnabled true | |
} | |
} | |
./gradlew testDebugUnitTest | |
./gradlew createDebugCoverageReport |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment