I’m developing a custom SonarQube plugin that displays various metrics. I added new section in Measure tab, inside this section I have metrics. I would like to organize these metrics into sections with headers, similar to how SonarQube displays “New Code” and “Overall Code” as distinct group headers under “Coverage”.
I tried use —- and in names but still appeared like a standard metrics.
Hey there.
These are hardcoded and cannot be changed. If you want to distinguish categories of metrics, you’ll need to add multiple sections.
Hello,
Thank you for your response.
Okay