SonarQube checks for coverage of files that are not in the coverage report

I’ve seen that you can exclude some paths with

sonar.coverage.exclusions

This is not an option, I have way many paths to include.
I would need it the other way around, just include **UseCase.php . I have tried “sonar.coverage.inclusions” with no luck.

PD: I’ve noticed I am not the only one with this problem, here it is another related post