Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Code/Branch Coverage tool for Visual Studio 2015

I'm looking for way to get code coverage in Visual Studio 2015 Community edition. I wasn't able to find a free tool for VS2013, so wondering if anything new has happened in VS2015.

I'm currently using OpenCover but that doesn't color my code like so. Or I wasn't able to figure it out.

enter image description here

If no free tool is available what is the best paid tool then? Any that are free for open source projects?

like image 699
Snæbjørn Avatar asked Jul 20 '15 19:07

Snæbjørn


1 Answers

There is a visual studio extension called OpenCover.UI that uses OpenCover and is available in the Visual Studio Gallery

like image 110
Shaun Wilde Avatar answered Sep 21 '22 17:09

Shaun Wilde