As shown by https://sonarcloud.io/component_measures?id=mediawiki-extensions-CheckUser, SonarCloud is not picking up any code coverage information about the CheckUser extension even though unit test code coverage was previously reported.
This causes all patches on CheckUser to see ❌ coverage (0.0 is less than 20) even when the patches have sufficient unit test to meet the coverage threshold.
MediaWiki core is in the same situation: https://sonarcloud.io/component_measures?metric=Coverage&id=mediawiki-core
The per change / branch reports do have coverage report though.