Separate Coverage for Unit and Integration Tests

We have been exploring SonarQube for our coverage and code health metrics and wanted to understand if there is a support currently for separate test type coverages - Unit and Integration in our case

If it is not there , is there a mechanism to achieve the same ? We have a requirement to show these metrics separately on SonarQube

We have considered creating separate branches for the same like BranchA-Unit and BranchA-Integration but wanted to understand if there are other approaches as well

Hi,

Welcome to the community!

In fact, we combined unit and integration (and all the others) test metrics in the 6-series, if I recall correctly. There are no current plans to separate them back out.

I suppose your mulit-branch approach is probably the best.

 
Ann