Is there a way to have 2 coverage analysis in Sonar

I’m using Sonar for an Android Project
We use jacoco for the coverage information
The Android projet architecture tend to a CleanArchitecture, where all the business rules are implemented in /domain/ packages.

We need to know the coverage of the whole project, as well as the coverage of the business rules only (in domain packages) : This is 2 interesting but different points of view

Is there a way to have 2 coverage metrics in SonarQube ?

I am not completely sure of what you are trying to achieve here but I don’t see why the view of coverage by tree view won’t satisfy your need.

For instance on sonarjava on measure tab with the coverage metric, the tree view can give you details on coverage by folder :