detekt / sonar-detekt

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

Test count not being reported #73

Closed vexdev closed 6 years ago

vexdev commented 6 years ago

The test count and status of Kotlin is not being reported on SonarQube, this is happening because the plugin is not parsing surefire reports.

Creating this issue to track the pull-request #72 which I'm opening to introduce that support.