Skip to content

Test Coverage

Anthony Andreoli edited this page Feb 24, 2019 · 1 revision

Running Test Coverage

  • Run Android Studio
  • In the terminal (in Android Studio), run "gradlew clean jacocoTestReport" (without the quotes)
  • Navigate to YOUR_PATH\SOEN390_SimpleCamera\app\build\reports\jacoco\jacocoTestReport\html
  • Open index.html in some browser
  • Verify that the coverage was appropriately recorded (to look like the output below)

See the photos below for the expected coverage output

image

image

Clone this wiki locally