Excluding environment setup file from code coverage.
[arvados.git] / tasks / spec.rake
index b83d31692293121a189b1c03f6bbc4c0e36e01d0..9471759c2e3cc7f1b245936a3bc94bb09e41cc0b 100644 (file)
@@ -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',