Unit test count on PR

Hi there,

We use SonarCloud to control code coverage and set status in Github PR, but we found out SonarCloud not using UnitTest stats(Pass/Fail) if our scan is PR.
Stats are shown on Master.
Screen Shot 2020-02-12 at 14.44.59

We need this feature to set some rules in case of failed tests on PR

Greetings,

Out of curiosity, why do you let your PR build succeed if there are failed unit tests? This would feel like better information to have in the CI tool (focused on what happened during your build), not SonarCloud (focused on code quality)

Colin