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

Question #6

Open greggersh opened 13 years ago

greggersh commented 13 years ago

(this is not an issue, per se, more of a question...sorry I didn't know a better way to get it to you)

Is there a way to have Jenkins send an email if code coverage is less than a specific percentage? I had thought that's what the sunny/cloudy/rainy numbers were, but it's not working for our project.

Thanks!

pkuczynski commented 10 years ago

This plugin only executes other gems, gather their input and present it in Jenkins. It could be extended to fail the build after certain threshold is met, if that's what you want?