We are working on setting up pull request decoration (we are on SonarQube 8.3.1).
One of the required parameters is sonar.pullrequest.base
, which is the “branch into which the Pull Request will be merged.”
Can someone clarify what this parameter is used for?
Is SonarQube somehow comparing the scan results between current branch and the base branch? if not, what is this parameter needed for ?