Skip to content

Commit

Permalink
tweak the exclude list
Browse files Browse the repository at this point in the history
  • Loading branch information
UnderpantsGnome authored and ianwhite committed Feb 25, 2010
1 parent 05bcde8 commit 70b4e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -23,7 +23,7 @@ Spec::Rake::SpecTask.new(:rcov) do |t|
t.spec_files = FileList['spec/**/*_spec.rb']
t.rcov = true
t.rcov_dir = 'doc/coverage'
t.rcov_opts = ['--text-report', '--exclude', "/Library,spec/,rcov.rb,#{File.expand_path(File.join(File.dirname(__FILE__),'../../..'))}"]
t.rcov_opts = ['--text-report', '--exclude', "gems/,features/,/Library,spec/,rcov.rb,#{File.expand_path(File.join(File.dirname(__FILE__),'../../..'))}"]
end

namespace :rcov do
Expand Down

0 comments on commit 70b4e00

Please sign in to comment.