Closed TimSoethout closed 9 years ago
It looks strange, but this is not an issue of this plugin. The plugin only computes a metric which is basically just a number and provides it to Sonar. Presentation is fully up to Sonar. Here is the definition of the metric: https://github.com/RadoBuransky/sonar-scoverage-plugin/blob/master/plugin/src/main/scala/com/buransky/plugins/scoverage/measure/ScalaMetrics.scala
I am using SonarQube 5.1. The display is not a real issue, but it seems the whole presentation seems different from the screenshots in the readme. I will try the test-module provided in combination with our SonarQube.
That's true, the screenshots are old. Feel free to fork this repo and add new screenshots to the sonar51
barnch.
https://github.com/RadoBuransky/sonar-scoverage-plugin/tree/sonar51
After running scoverage and running the sonar-runner, I see the following result in Sonar:
The percentage sign is printed twice. Also I was wondering if the percentage should be clickable, this is not the case with me.