Example Project using Clean Architecture, Retrofit, Hilt, Mockk, Jacoco and SonarQube (100% coverage).
For Jacoco Use testDebugUnitTestCoverage and SonarQube sonar
//Jacoco
./gradlew :app:testDebugUnitTestCoverage
//Sonar
./gradlew :app:sonar
// devops/sonar.gradle
sonar.projectName
sonar.projectKey
sonar.host.url
sonar.login
sonar api key is located in gradle.properties
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
Happy coding!