QualityGate Check

I have been using SonarQube in Webpage but not app. In this i have few projects updated but im seeing the quality gate status as Fail for some and pass for some.

In few cases we can also see that there is No coverage or unit tests updated even though the application contains unit tests .We have been deploying the code in sonar using jenkins.

Can anyone help me in how to fix these issues.?

Hi,

Welcome to the community!

It’s not super-clear to me what issues you face. I guess you’re asking about having no coverage reported for projects that do have tests in place? For that you’ll need to generate coverage reports before the analysis and pass them in. Here are all the language-specific test coverage report parameters.

 
HTH,
Ann