Code Coverage is 0.0%

I am unable to get the codecoverage in SonarQube. Its always shows 0.0%.
I have added the line “sonar.cs.vscoveragexml.reportsPaths=**/*.coveragexml” in the additional settings but no luck.

Application : NodeJS
CICD: Azure CICD

Any help is much appreciated.

Thank you

Hi @Aneesh_Kumar and welcome to our community

Could you please let us know what is the structure of your project and what commands you use?

What do you mean the application is NodeJS? Are you scanning a C# project with SonarScanner for MSBuild? What are the commands you are using?

Did you read Code Coverage Results Import (C#, VB.NET)?