I\'ve got some unit tests, and got some code coverage data. Now, I\'d like to be able to view that code coverage data outside of visual studio, say in a web browser. But, when I
This tool https://github.com/danielpalme/ReportGenerator quickly generate Html reports from coverage file. Works quite well and does not require complex activities, can be easily included in the build process.