No colors in our rcov run (easier for logging)

pull/6827/head
friflaj 14 years ago
parent 888e127545
commit 4e5d5c59d5
  1. 1
      lib/tasks/rcov.rake

@ -10,6 +10,7 @@ begin
namespace :rcov do namespace :rcov do
Cucumber::Rake::Task.new(:cucumber) do |t| Cucumber::Rake::Task.new(:cucumber) do |t|
t.cucumber_opts = " --no-color"
t.rcov = true t.rcov = true
t.rcov_opts = %w{ --rails --text-report --include-file vendor\/plugins\/redmine_backlogs --exclude config\/,features\/.+\/,^app\/,^lib\/,osx\/objc,gems\/ } t.rcov_opts = %w{ --rails --text-report --include-file vendor\/plugins\/redmine_backlogs --exclude config\/,features\/.+\/,^app\/,^lib\/,osx\/objc,gems\/ }
t.rcov_opts << %[-o "coverage"] t.rcov_opts << %[-o "coverage"]

Loading…
Cancel
Save