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
Asked
Active
Viewed 97 times
0

Chathu.Thanthrige
- 103
- 7
1 Answers
1
coverlet is the nuget responsible for sonar integration to x unit test projects. Adding coverlet.msbuild and coverlet.collector nuget resolve the issue.

Chathu.Thanthrige
- 103
- 7