README in p8-metric_fu-0.9.0 vs README in p8-metric_fu-0.9.0.1
- old
+ new
@@ -62,10 +62,13 @@
config.churn = { :start_date => lambda{ 3.months.ago } }
config.coverage = { :test_files => ['test/**/test_*.rb'] }
config.flog = { :dirs_to_flog => ['cms/app', 'cms/lib'] }
config.flay = { :dirs_to_flay => ['cms/app', 'cms/lib'] }
config.saikuro = { "--warn_cyclo" => "3", "--error_cyclo" => "4" }
+ # open_in_browser only work on OSX
+ # urlprefix is used to prepend to file urls when MetricsFu is run by cruise control
+ config.general = { :open_in_browser => true, :url_prefix => 'http://cruisecontrol.server/projects/code/my_project' }
end
****Notes on metrics:coverage****
@@ -149,6 +152,6 @@
config.churn = { :minimum_churn_count => 3 }
****Thanks****
-I'd like to thank the authors of Saikuro, Flog, Rcov, CruiseControl.rb, Flay, Reek, Roodi and Rails for creating such excellent open source products. Also Andre Arko, Petrik de Heus, Sean Soper, Erik St Martin, Andy Gregorowicz, Bastien, Michael Schubert, Kurtis Seebaldt, Toby Tripp, Paul Gross, and Chirdeep Shetty for their help and advice.
+I'd like to thank the authors of Saikuro, Flog, Rcov, CruiseControl.rb, Flay, Reek, Roodi and Rails for creating such excellent open source products. Also Andre Arko, Petrik de Heus, Sean Soper, Erik St Martin, Andy Gregorowicz, Bastien, Michael Schubert, Kurtis Seebaldt, Jacob Kjeldahl, Toby Tripp, Paul Gross, and Chirdeep Shetty for their help and advice.