Sonar Cloud - Quality Gate failure

Hi Vishal,

The output you present above seems to be from the MS coverage tool itself, not SonarCloud.

I can’t help you with the details of how to set up the coverage tool, but, once you get it working, the general idea is this:

You set up your build pipeline so that, on each build:

  1. The coverage tool runs and produces a coverage report, which it outputs to some directory.

  2. SonarCloud is configured to pick up that coverage report from the directory you specify, process it, and display the data as part of its analysis results.

For details on how to configure SonarCloud, have a look here: