jenkinsci / rubymetrics-plugin

Ruby metric reports for Jenkins. Rcov, Rails stats, Rails notes and Flog.
https://plugins.jenkins.io/rubyMetrics/
25 stars 28 forks source link

Rails Stats Graphs #3

Closed codez closed 13 years ago

codez commented 13 years ago

I worked a bit on the Rails Stats of the RubyMetrics plugin for Jenkins. As the current version limits the graphs to 100 units, it soon becomes useless for projects with more than 100 classes or even 100 LOC. So I removed this limit and split the stats graph into three different ones. Please find a screenshot at http://codez.ch/filez/rails_stats.pdf.

calavera commented 13 years ago

I pushed this patch some days ago.

Thank you!