Separate quality gates for one pull request

Hi all!
I was wondering if you can have different quality gates for a single pull request.
We’re using azure devops server and SonarQube Developer Edition on-premise.

We have a dotnet + angular project
image

This project have a CI pipeline which sends the coverage reports to separate projects: one for the C# code and another for the typescript code.

The fact is when I create a pull request only have one quality check despite it reports to both Sonarqube projects.

image
image

Is it possible to separate the quality gates by name for instance?

Hey there.

Sounds like you’re looking for monorepo support, which starts in Enterprise Edition.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.