Code not scanning completely

Hi,
We are using SonarCloud for scanning java code. But we observe that Quality gate is getting failed and the code is not scanning completely. Thought the Jenkins build is success and updated the correct repo. Could you please assist on this ?
image

Hi,

Actually, you don’t get a Quality Gate status unless the code has “scanned completely”.

It looks like your Quality Gate contains conditions on Coverage on New Code and on Security Hotspot Review on New Code and that your project is failing both of them. To change this you either need to improve your coverage and Security Hotspot Review or edit your Quality Gate.

 
HTH,
Ann