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
Please sign in to leave a comment.
Hi Jonathan,
You may use dotCover console runner which is a command-line tool distributed for free or standalone dotCover application.