Hi,
As I mentioned this thread of yours and touched on in this one, each different build needs its own project in SonarQube.
What you’re reporting here is entirely normal and expected. Analyses are not additive. Each new analysis replaces the one before it. So unless you include all the code in each analysis and pass all the coverage reports in, you’re only going to see the fragments that were included in the latest analysis.
HTH,
Ann