0

I am using sonar integration for the c# x unit test project. But always test coverage is coming as 0. How can I resolve this enter image description here

1 Answers1

1

coverlet is the nuget responsible for sonar integration to x unit test projects. Adding coverlet.msbuild and coverlet.collector nuget resolve the issue.