@@ -11,7 +11,7 @@ The project includes a shell script file `YTemplate.sh` which renames and restru
1111 - ` ./YTemplate.sh <package_name> <application_name> ` .
1212
1313Note: To run the shell script on Windows, one can run bash on ubuntu in Windows(starting from Windows 10).
14- Type ` bash YTemplate.sh <package_name> <data_base_entity> < application_name> ` . It will execute the script.
14+ Type ` bash YTemplate.sh <package_name> <application_name> ` . It will execute the script.
1515
1616
1717## Features
@@ -24,6 +24,7 @@ Type ` bash YTemplate.sh <package_name> <data_base_entity> <application_name>`.
2424* Ktor for remote database connection.
2525* Jacoco support for test report generation.
2626
27+
2728### Architecture
2829Y—Template follows MVVM architecture. Different modules support different layers of MVVM architecture.
2930
@@ -45,14 +46,14 @@ Y—Template follows MVVM architecture. Different modules support different laye
4546![ ] ( singleModuleArchitecture.png )
4647
4748### How to generate test report
48- - Generating jacoco test report
49+ - Generating jacoco debug test report
4950 - Gradle command ` clean build createMergedJacocoReport `
5051 - From Android Studio
5152 - Open gradle menu bar from Android Studio right side panel
5253 - Click on the gradle icon and
5354 - In command popup window type ` clean build createMergedJacocoReport ` and press enter
5455 - Wait for the execution completion,
55- - After successful execution each module level execution report will be stored in 'module \build\reports\jacoco\html\index.html'.
56+ - After successful execution report will be stored in 'project \build\reports\jacoco\html\index.html'.
5657
5758### How to generate dokka report
5859- Gradle command single module ` clean build dokkaHtml ` for multi-module ` clean build dokkaHtmlMultiModule `
0 commit comments