Skip to content

Commit 132b7cb

Browse files
committed
Added readme.md
1 parent ee85ae5 commit 132b7cb

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
android {
10-
namespace ="co.yml.projectsetp"
10+
namespace ="ytemplate.android"
1111
val androidSDK = ytemplate.android.build.AndroidSdk
1212
compileSdk = androidSDK.COMPILE_SDK
1313

readme.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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+

0 commit comments

Comments
 (0)