- ALM used (Azure DevOps)
- CI system used (Azure DevOps)
- Languages of the repository (C#, Typescript)
We’ve recently begun using SonarCloud, integrated with Azure DevOps. Our repository contains two languages, C# and TypeScript (utilizing Vue.js), hence we’ve created two distinct projects for each language.
However, we’ve encountered an issue. When I execute a build to decorate a pull request for either C# or TypeScript, it erases the decorations for the other one.
I don’t want to delete someone else’s decoration. Is there a solution for this?
Add:
We are facing a similar issue with Quality gates as well. The results of the Quality gates executed later take precedence.