On Thu, Sep 17, 2009 at 02:50, Chad Woolley <[email protected]> wrote: > project.build_command = 'rake metrics:all test'
As far as I remember metrics:all runs rcov to calculate test coverage, so you don't have to run tests again. But to have a separate interval for tests and metrics you have to configure two separate builders with two separate work directories and schedulers. Best regards, Adam -- Adam Byrtek _______________________________________________ Cruisecontrolrb-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users
