Displaying Integration and Unit test coverage separately in sonarqube

Hi Team,
Please help me to find a solution for bellow query.

  • Sonarqube version: Sonarqube developer edition 7.7

  • what are you trying to achieve: I want to display Integration and Unit test coverage % separately, without doing any merge. I am using jacoco coverage tool.

  • what have you tried so far to achieve this: I found a way to merge both the report but I don’t want to merge, Instead I want to display it separately under the same project.

    Is there a way where I can develop a custom plugin to display this reports separately ?

Hi,

You could certainly develop a custom plugin to read your IT reports and show the results with a separate set of metrics. Feel free to create new threads in the Plugin Development category when you have specific coding questions.

 
Ann