Run dotCover for unit tests without Visual Studio

Answered

Hi,

Is there a way to run dotCover to get the unit tests code coverage of an assembly containing NUnit 2 tests, when it is not enabled in Visual Studio ? I would like to compare the code coverage results with the one OpenCover produce.

Thank you

0
1 comment

Hi Jonathan,

You may use dotCover console runner which is a command-line tool distributed for free or standalone dotCover application.

 

 

0

Please sign in to leave a comment.