Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 462 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 462 Bytes

android-sonar-kotlin

Sample project for usage of sonar kotlin plugin

  1. Setup Sonarqube 6.7 with Kotlin plugin
  2. Install Sonarqube Jacoco plugin: https://docs.sonarqube.org/display/PLUG/JaCoCo+Plugin
  3. Setup your project
  4. Run command (executes tests, generates report and starts sonar):
./gradlew clean sonarqube

To run Sonarqube with docker go to sonarqube directory and run:

docker-compose build
docker-compose up