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

Specs are tests as well #8

Closed codez closed 10 years ago

codez commented 12 years ago

Hi there

This patch for the Rails stats action counts values ending with 'specs' to the ones ending with 'tests'.

Furthermore, if the rake task fails, print the rake output to promote the failure. Otherwise, it's hard to figure out what went wrong.

Cheers Pascal

jenkinsadmin commented 11 years ago

Thank you for a pull request! Please check this document for how the Jenkins project handles pull requests

simonoff commented 11 years ago

Any updates?