SonarQube version: 8.0-developer-beta
(using Docker)
Hi,
So I’m just trying to get familiar with using the Branch Analysis feature of SonarQube. Here are my steps:
- Master has 14 bugs
- I create a new branch which attempts to fix 1 bug and push it to CI which runs the sonar scanner.
- There’s a new branch in SonarQube which says there are 0 new bugs.
How do I know if the bug has been resolved without merging into Master?
Hope this question makes sense!
Thank you in advance