How do I include full PartCover results with TeamCity 5?
        Posted  
        
            by Jim Geurts
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Jim Geurts
        
        
        
        Published on 2009-12-13T01:36:44Z
        Indexed on 
            2010/05/29
            21:12 UTC
        
        
        Read the original article
        Hit count: 449
        
Hi, I'm trying to get PartCover reports to generate correctly in TeamCity 5.0. When I click the Code Coverage tab in the build details, the reports are empty.
I'm using the sln2008 build agent and my PartCoverage settings are as follows:
Include Patterns:
[*]*
Report XSLT:
C:\Program Files\PartCover .NET 2.3\xslt\Report By Assembly.xslt=>ByAssembly.html
C:\Program Files\PartCover .NET 2.3\xslt\Report By Class.xslt=>ByClass.html
Bonus points if you can describe how to include those reports (or just the important parts) with the email that TeamCity sends for successful/failed builds. I would like to continue using the sln2008 build agent, if possible, and not a different build agent.
© Stack Overflow or respective owner