Created
September 12, 2016 09:04
-
-
Save Wicowyn/b1f850ab525d5a0b4c53e258875d001c to your computer and use it in GitHub Desktop.
Gradle properties
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
#!bash | |
./gradlew -Pcoverage clean connectedDebugAndroidTest | |
#build.gradle | |
testCoverageEnabled (project.hasProperty('coverage') ? true : false) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment