From af87738e069753c209db476a5a37f450764e9440 Mon Sep 17 00:00:00 2001 From: Bob Aman Date: Fri, 20 May 2011 23:39:47 +0000 Subject: [PATCH] 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 --- tasks/spec.rake | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/spec.rake b/tasks/spec.rake index b83d31692..9471759c2 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',