Viewing Code Coverage Results outside of Visual studio

Posted by Wonchance on Stack Overflow See other posts from Stack Overflow or by Wonchance
Published on 2009-07-22T18:18:37Z Indexed on 2010/06/06 14:32 UTC
Read the original article Hit count: 368

Filed under:
|
|
|

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 export the code coverage to an xml file, I can't do anything with it. Are there readers out there for this? Do I have to write an xml parser and then display it how I want it (seems like a waste since visual studio already does this.) Seems kinda silly to have to take a screenshot of my code coverage results as my "report" Suggestions?

© Stack Overflow or respective owner

Related posts about c#

Related posts about code-coverage