Skip to content

Latest commit

 

History

History
28 lines (11 loc) · 565 Bytes

File metadata and controls

28 lines (11 loc) · 565 Bytes

Java CI with Gradle

Command:

./gradlew build testDebugUnitTestCoverage

Test Cases Report:

/app/build/reports/tests/testDebugUnitTest/index.html

Find the code coverage reports in the below path:

/app/build/reports/jacoco/testDebugUnitTestCoverage/html/index.html

#Gradle task to generate reports:

UnitTestCaseDemo>app>reporting>testDebugUnitTestCoverage

Gradle Task

Code Coverage Report