Flutter Quality Gate not working

Hello,

I’ve recently imported an Azure DevOps repository containing a Flutter app and configured a strict quality gate called “Frontend Quality Gate”.

To test its effectiveness, I created a pull request that intentionally deletes many tests. I expected the quality gate to fail, but it still shows as “Passed”, even though “Coverage” has a red indicator.

Do you know why this is happening?

Thanks!

I identified the source of the problem:
It appears that coverage conditions are not applied when fewer than 20 lines have been changed.

In my view, SonarCloud should allow end-users to disable this setting, as I’ve read in other discussions that this is possible in SonarQube.

Hey @GZaccaroni

Thanks for the follow-up. I encourage you to vote for this item on our roadmap.