Skip to content

Instantly share code, notes, and snippets.

@Wicowyn
Created September 12, 2016 09:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Wicowyn/b1f850ab525d5a0b4c53e258875d001c to your computer and use it in GitHub Desktop.
Save Wicowyn/b1f850ab525d5a0b4c53e258875d001c to your computer and use it in GitHub Desktop.
Gradle properties
#!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