We are using SonarQube Enterprise Edition Version 9.9. In one of the Projects we are not using the Unit testing so the Code Coverage is showing 0 which is ok but the issue we are facing is SonarQube Project is also failing due to this.
Is their any way we can skip the coverage without editing the quality gate.
It will result in coverage not being calculated at all. As far as SonarQube is concerned, there will be no lines that could be covered by tests (and you can’t divide by 0! :D)