Navigation Menu

Skip to content
This repository has been archived by the owner on Oct 27, 2021. It is now read-only.

Commit

Permalink
Final rcov options
Browse files Browse the repository at this point in the history
  • Loading branch information
spicycode committed Sep 8, 2009
1 parent 6b2edc1 commit ff22ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -65,7 +65,7 @@ namespace :spec do
t.rcov = true
t.rcov_dir = 'coverage'
t.rcov_opts = ['--exclude', "features,kernel,load-diff-lcs\.rb,instance_exec\.rb,lib/spec.rb,lib/spec/runner.rb,^spec/*,bin/spec,examples,/gems,/Library/Ruby,\.autotest,#{ENV['GEM_HOME']}"]
t.rcov_opts << '--sort coverage --only-uncovered --text-summary --aggregate coverage.data'
t.rcov_opts << '--sort coverage --text-summary --aggregate coverage.data'
end
end

Expand Down

0 comments on commit ff22ee4

Please sign in to comment.