Sonarcloud decoration does not fail when the pipeline is not passed

Hi, I have a question. I see that the pipeline decoration works perfectly, but there is one detail. When the pipeline fails (due to the quality gate conditions), it does not appear that it fails but that it passes, but if I go to sound, it appears as if it failed in the quality gate summary.

image
image

Hi,

Are you saying you’d like a Quality Gate failure to fail your pipeline?

Your pipeline snapshot shows allow_failure: true. You’ve even highlighted that. Working backward from that, it seems that you’re using GitLab? The GitLab docs say:

Allow job to fail. A failed job does not cause the pipeline to fail.

From there, our docs should help.

 
Ann