We’re using SonarQube Developer Edition Version 8.7 (build 41497) & have “Sonar way” quality gate set by default.
Could you please explain why new code coverage is shown as 0% for many files that were not changed in the PR? This behavior is observed only in the List view of Measures.
Analysis is seeing those files as changed in the PR. It would be worth clicking through on a few to see what’s marked as new code (i.e. highlighted in yellow).
Actually, because branches are fetched after running coverage, it doesn’t have the information it needs. Basically, fetching before running tests, fixed the issue.