Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Ignoring rcov in coverage
  • Loading branch information
ianwhite committed May 22, 2008
1 parent 234333a commit bcc0af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -24,7 +24,7 @@ namespace :spec do
t.spec_files = FileList['spec/**/*_spec.rb']
t.rcov = true
t.rcov_dir = 'doc/coverage'
t.rcov_opts = ['--text-report', '--exclude', "spec/,#{File.expand_path(File.join(File.dirname(__FILE__),'../../..'))}"]
t.rcov_opts = ['--text-report', '--exclude', "spec/,rcov.rb,#{File.expand_path(File.join(File.dirname(__FILE__),'../../..'))}"]
end

namespace :rcov do
Expand Down

0 comments on commit bcc0af0

Please sign in to comment.