Customised stylesheet for NCover xml output
Customised stylesheet for NCover xml output
Hi,
I am using Cruise Control for building our java and dotnet projects and posting the results to the dashboard. For our dashboard requirement for ncover, I just need the summary of the ncover output xml file. Following are the three variables I am looking for: filecount, total covered lines and total uncovered lines. Is it possible to get the xml ouptut in the following manner:
<component name="XYZ">
<fxcop total-files="{count(total files)}" total-covered="{count(total covered lines)} total- uncovered=""{count(total uncovered lines)}/>
</component>
Any help is most appriciated.
Thanx,
Thammadi