Azure CI pipeline how to configure code coverage . Currently it was zero percentage on the code coverage

Hi @sudharsanhcl ,

Welcome to SonarSource community! :sonarsource:

Please take a look at our community guides for assistance:

Here is an example pipeline for you compare against that I wrote, this uses VStest and VScoveragexml: https://dev.azure.com/joetingsanchali/_git/sonar-scanning-someconsoleapp?path=%2Fazure-pipelines.yml

If you still have trouble, please show your debug-level logs (adding “sonar.verbose=true” in the extraProperties key of the SonarQubePrepare task) and your azure pipeline.yml.