Update to Cruise Control RCov
December 14th, 2007
Props go to Dan Manges for the suggestion and my work partner in crime Josh for the solution but I wanted to update you all on a better way to get rcov reports in cruise control. It goes something like this...
This is a much much cleaner way of accomplishing this task. Thanks guys!
1 2 3 4 5 6 7 |
if Rake.application.lookup('spec:rcov') CruiseControl::invoke_rake_task 'spec:rcov' out = ENV['CC_BUILD_ARTIFACTS'] || 'out' mv 'coverage', "#{out}/" mv 'log/test.log', "#{out}/" end |



Sorry, comments are closed for this article.