Hi Sonarqube experts!
I’m searching for a tool that offers a visualization of code complexity and test coverage per method.
I came across the Sonarqube plugin “j3c” (https://github.com/cezarcoca/sonar-j3c)
This nice tool generates simple bar charts showing complexity over coverage (see screenshots on the Github page), which is exactly what I need.
Unfortunately the plugin is quite old and does not work with my Sonarqube V 6.7
Does anybody know a way to create such a visualization? Is there an alternative to the j3c-plugin?
Regards
Thomas