SonarQube coverage does not include indirect classes

58 Views Asked by At

I have two classes classA and classB. classA calls a function which is in classB. I have a unit test for the function in classA that is calling classB's function. But this ClassB function is not covered in by SonarQube. Any help on this?

This is similar to Sonar test coverage does not include indirect classes

But there is not relevent answer for dotnet.

0

There are 0 best solutions below