History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-2016
Type: New Feature New Feature
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Steve Luo
Reporter: Brandon Zeeb
Votes: 6
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
QuickBuild

Codenarc Report Support

Created: 09/Apr/14 01:02 PM   Updated: 22/Dec/15 12:30 PM
Component/s: None
Affects Version/s: None
Fix Version/s: 6.1.0

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
Please support Codenarc XML results. Example can be shown here:
http://codenarc.sourceforge.net/SampleCodeNarcXmlReport.xml

My company (OCLC) has many Groovy projects built with Gradle with Codenarc enabled. It would be of great value to us to have native Codenarc reports supported.

Thanks in advance.

 All   Comments   Work Log   Change History      Sort Order:
Maikel vd Hurk [20/Apr/14 10:03 AM]
Dont see this support in 5.1.22, loods like one commit was having wrong description pointing to this feature request

Don Ross [10/Mar/15 05:36 PM]
I have been able to publish a CodeNarc html report using the built-in HTML report functionality in QuickBuild.
What are the additional benefits you get from having an XML report? (Please help me understand what I am missing).

Jonathan Baker [17/Aug/15 08:05 PM]
The benefit is the same as for any of the reports that QB currently publishes because it aggregates the results from multiple project modules into one report. Codenarc works just like junit or clover in that if you have a project that looks like this:

root
->sub-module-a
->sub-module-b

A codenarc report is created at both the sub-module-a and sub-module-b level. QB could be the aggregator of all the sub-reports into one big report. (which appears to be exactly what it does for clover, junit, etc)