Hi, I have a basic question.
I wrote 10 lines of code in my PR.
- This PR was raised from dev-branch to test-branch - Sonarqube analyzed it.
- Once approved, another PR (with the same code), was raised from test-branch to main-branch. Sonarqube analyzed it again.
- Once the code got successfully merged to main, Sonarqube analyzed the main branch.
So in this case, how many analyzed lines of code will be counted? 10 or 30?
I have a limit of 100k lines as part of my subscription plan.