RadoBuransky / sonar-scoverage-plugin

Sonar plugin for Scala statement coverage tool
GNU Lesser General Public License v3.0
75 stars 31 forks source link

Treemap not showing #40

Open DonBranson opened 7 years ago

DonBranson commented 7 years ago

Re-posting my question from https://github.com/RadoBuransky/sonar-scoverage-plugin/pull/23:

I have version 5.1.3 installed, which includes this PR, but am still not getting Treemap. Do I need to make any config changes so this shows up? Maybe if I could have a look at your sample project, I could see what I'm missing.

Any thoughts on why the TreeMap wouldn't show? Maybe I'm missing something that a sample project would show.

Thanks, Don

MichaelZinsmaier commented 7 years ago

Hey DonBranson,

the repository contains multiple sample projects for instance https://github.com/RadoBuransky/sonar-scoverage-plugin/tree/master/samples/maven/combined-scala-java-sonar

running a sonar scan with the project should result in the correct metrics published to your sonar qube instance. You can see the metrics e.g. in the module view. Once uploaded you just have to configure a treemap to use them and that should be it.

I think last time I ran the current master I had SonarQube 5.1 or 5.1.2 installed.

Good luck! Michael