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
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.
Is it possible to separate the quality gates by name for instance?