← Blog

.Net Core Unit Test and Code Coverage in Sonarqube

While I was working on my side project Sentinel(https://github.com/mmercan/sentinel) I have several Dotnet Core projects, I have separate docker images for testing and I used dotnet test as below. They worked quite nicely and having no problem until there are …