0

I am working on Visual studio 2019 solution in C#, and i try to do the code coverage. It seems to be everything ok, but Branch coverage is always 0%. However it is possible to see that many branches are anywas visited. Someone with same problem?

Thanks

mbvr46
  • 21
  • 1

1 Answers1

0

Try to update the reportgenerator to the last version.

bcmbxx
  • 1