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.
Excellent tool.
Thanks