How can we a full analysis coverage on a branch

With Azure DevOps with ANSI C code. I try to fix all bugs and smells in our code, but from my branch I can only see what is new. How can I force SonarCloud to report all issues on a specific branch and not only the main branch.

Hey there.

To see all issues on a branch, you would want to analyze your code as long-lived branch.

And, I can’t help but link to a very important blog post that might help you while using SonarSource products: Clean as You Code: How to win at Code Quality without even trying.