Record code coverage for MSTest unit tests, with opencover (nant enabled)
I’ve been working on some unit tests lately. The tools provided with Visual Studio 2015 are pretty nice, but I wanted a report that shows, which classes are tested and what lines / branches are covered. This report should be …
Record code coverage for MSTest unit tests, with opencover (nant enabled) Read more »