From: Bob Aman Date: Fri, 20 May 2011 23:39:47 +0000 (+0000) Subject: Excluding environment setup file from code coverage. X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/af87738e069753c209db476a5a37f450764e9440 Excluding environment setup file from code coverage. git-svn-id: https://google-api-ruby-client.googlecode.com/svn/trunk@161 c1d61fac-ed7f-fcc1-18f7-ff78120a04ef --- diff --git a/tasks/spec.rake b/tasks/spec.rake index b83d316922..9471759c2e 100644 --- a/tasks/spec.rake +++ b/tasks/spec.rake @@ -17,6 +17,7 @@ namespace :spec do t.rcov = false end t.rcov_opts = [ + '--exclude', 'lib\\/google\\/api_client\\/environment.rb', '--exclude', 'lib\\/compat', '--exclude', 'spec', '--exclude', '\\.rvm\\/gems',