Ruby metrics plugin

This plugin adds to Hudson a bunch of Ruby metric reports( Rcov, Saikuro, Rails stats...).

Currently it supports Rcov and Rails stats reports. The roadmap includes supporting Saikuro, Flog ...

Rcov support


Rcov plugin parses rcov html report files and shows it on hudson with a trend graph.

Once we've installed the rubyMetrics plugin, we have to introduce the output report directory into the job configuration:

 
 
If the build was successfuly, hudson generates the trend report and the graph:

 

 

 

Rails stats support

Once the plugin is installed we can publish rails stats reports checking the right option:

 Hudson generates a report by each successful build and keeps an historic version while the project goes forward:

 

Chagelog


1.2.2 (24-09-2008)

  • choose different rake version when we configure Rails stats publisher.
  • added rcov metrics configuration and health report.

1.2 (18-09-2008)

  • Rails stats support added
  • Refactored to use common classes

1.1 (12-09-2008)

  • Solves a bug with the rcov report percentages.

 Todo

  • Clean css and make the reports more user friendly 
  • Choose different rake version. Currently it chooses the default version, the Rake plugin should be modified in order to extract the versions select list to a template.

 

 

 

 

Labels

  Edit Labels