public
Description: Adds rake tasks to enforce code coverage in CruiseControl.rb
Clone URL: git://github.com/vigetlabs/vl_cruise_control.git
exclude /usr/lib64/ruby from coverage; thanks reagent
mcornick (author)
Mon Jun 23 12:50:30 -0700 2008
commit  332f3582a39bbd49847b37edced6c88ce1f459a2
tree    81e389ac4ee49c83f5a21f6fbce660e36bb8fd04
parent  46fc1b07599251d2bcecd3e81b5feba75141db57
...
17
18
19
20
 
21
22
23
...
17
18
19
 
20
21
22
23
0
@@ -17,7 +17,7 @@ module VlCruiseControl
0
             else
0
               Rcov::RcovTask.new(:report) do |t|
0
                 t.test_files = FileList['test/unit/**/*.rb','test/functional/**/*.rb']
0
- t.rcov_opts << "--rails -x '/Library/Ruby/Gems/1.8' -x 'plugins' -x '/var/lib/gems/1.8' -x '/usr/lib/ruby/1.8'"
0
+ t.rcov_opts << "--rails -x '/Library/Ruby/Gems/1.8' -x 'plugins' -x '/var/lib/gems/1.8' -x '/usr/lib/ruby/1.8' -x '/usr/lib64/ruby/1.8'"
0
               end
0
             end
0
 

Comments

    No one has commented yet.