I’ve created a sonar-runner to be used inside some pipelines. It’s basically a docker image containing some a script that executes some actions depending on the program language.
Inside that project there are some example programs (test directory) as well as some language specific scanners (containing some comments inside them).
My current problem is: I cannot get code coverage on dotnet project using xUnit testing.
Every other language is working just fine as well as using NUnit testing in dotnet.