detekt / sonar-detekt

SonarQube plugin for Kotlin
https://detekt.dev
GNU Lesser General Public License v3.0
493 stars 52 forks source link

Does the Jacoco support in SonarQube 5.6.4 for a multi module & multi language project #61

Closed sidd9433 closed 4 years ago

sidd9433 commented 6 years ago

Does the Jacoco support in SonarQube 5.6.4 for a multi module & multi language project. I am trying to get it work but no luck.

Issues

  1. No coverage reported for kotlin code.
  2. Not counting the number of tests written in kotlin.

Is there a n example available to refer?

arturbosch commented 6 years ago

No, unfortunately jacoco coverage does not work for multi module projects. Only for single module we got it to work. One user made it work for multi modules when modifying the jacoco reports into one report file. I don't use code coverage and can't help you here, sorry.

Counting test cases in kotlin is not yet implemented.

schalkms commented 4 years ago

duplicate #36