Dashboard > CruiseControl.NET Community > ... > XSL Transforms > NCover coverage graph
NCover coverage graph Log In | Sign Up   View a printable version of the current page.

Added by Thomas Ardal , last edited by Thomas Ardal on Jan 31, 2007  (view change)
Labels: 
(None)

NCover coverage graph 

The NCover coverage graph stylesheet generates a graph showing coverage percentages for all tested assemblies in the current build.

I'm interrested in your feedback on the stylesheet, so please create comments!


 
Originally developed at Kamstrup, but made avilable to the CruiseControl.NET community.

Installation

Copy the NCoverGraph.xsl file to the webdashboard\xsl directory.

Add the following code to the dashboard.config file:

<xslReportBuildPlugin description="NCover Graph" actionName="NCoverGraph" xslFileName="xsl\NCoverGraph.xsl">
    <includedProjects>
        <projectName>MyProjectName</projectName>
    </includedProjects>
</xslReportBuildPlugin>

Where MyProjectName is the name of the project where graph should be available. 

Powered by a free Atlassian Confluence Open Source Project License granted to ThoughtWorks, Inc.. Evaluate Confluence today.
Powered by Atlassian Confluence 2.7.1, the Enterprise Wiki. Bug/feature request - Atlassian news - Contact administrators