How to get two SonarQube Quality gate in a project

I have a project with multiple subprojects. One of the subproject has its own gradle project. SonarQube analysis for the main project does not cover this subproject. I added another SonarQube project to cover it. Both SonarQube works and I can see the results in SonarQube page but when I raise a pull request for a branch I got just one SonarQube Quality Gate, which is for the main project. How can I get two Quality Gate results, one for main project and one for subproject? Thanks.

Hi,

Welcome to the community!

It sounds like you’re looking for monorepo support(?). It starts in Enterprise Edition($$).

 
HTH,
Ann

Yeah, I am using enterprise edition.

Hi,

The docs should help. You didn’t specify your DevOps Platform, so here’s GitHub, at random.

 
HTH,
Ann