Hello,
We are developing .NET Core 3.1 application using Visual Studio 2019. Code development is complete and also we have written unit test cases in XUnit for the code.
For code coverage calculations, we have used SonarLint extension in Visual Studio. When we are running Test explorer there is no issue with test cases and also it is showing code coverage as 77% in Code coverage results screen.
I am not sure whether it is code coverage calculated by Visual Studio inbuilt tool or Sonarlint.
Also when we push this code to azure repository and try building the pipeline with azure CICD including MSbuild, sonarqube tasks, code coverage is not getting calculated.
Herewith I have attached code coveragexml file screen shot that is getting generated by Visual studio which shows everything null also attaching the same file display in visual studio coverage result panel.
We don't understand whether this is correctly generating or its corrupt one.
Need urgent help on this topic.
