File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
77}
88
99android {
10- namespace = " co.yml.projectsetp "
10+ namespace = " ytemplate.android "
1111 val androidSDK = ytemplate.android.build.AndroidSdk
1212 compileSdk = androidSDK.COMPILE_SDK
1313
Original file line number Diff line number Diff line change 1+ ##How to generate test report
2+ - Generating jacoco test report
3+ - Gradle command ` clean build testDebugUnitTestCoverage `
4+ - From android studio
5+ - Open gradle menu bar from android studio right side panel
6+ - Click on the gradle icon and
7+ - In command popup window type ` clean build testDebugUnitTestCoverage ` and press enter
8+ - Wait for the execution completion,
9+ - After successful execution report will ben stored in 'build\reports\jacoco\html\index.html'
10+
11+
12+
You can’t perform that action at this time.
0 commit comments