MSBuild - Code Coverage Analysis with PartCover and ReportGenerator
Ever since NCover has not been free any more, I use PartCover, which is available under the GNU General Public License (GPL).
In this post I will show how you could generate a nice 'Code Coverage Analysis' report by using ReportGenerator and how you could integrate PartCover and ReportGenerator in your MSBuild script.