A library for faster development of android applications by Cotta & Cush Ltd.
Using gradle:
dependencies {
compile 'com.github.CottaCush:AndroidCommons:-SNAPSHOT'
}
allprojects {
repositories {
maven {url 'https://jitpack.io'}
}
}
This library requires build tools version 25
Steps required to generate coverage reports locally.
Open terminal , cd to the project path and run
./gradlew jacocoTestReport
The generated reports will be located at [path_to_the_project]/app/build/reports/jacoco/jacocoTestDebugUnitTestReport/html
Open terminal , cd to the project path and run
./gradlew connectedCheck
The generated reports will be located at [path_to_the_project]/app/build/reports/coverage/debug
SemVer is used for versioning.