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
This commit is contained in:
parent
ccade868a9
commit
af87738e06
|
@ -17,6 +17,7 @@ namespace :spec do
|
||||||
t.rcov = false
|
t.rcov = false
|
||||||
end
|
end
|
||||||
t.rcov_opts = [
|
t.rcov_opts = [
|
||||||
|
'--exclude', 'lib\\/google\\/api_client\\/environment.rb',
|
||||||
'--exclude', 'lib\\/compat',
|
'--exclude', 'lib\\/compat',
|
||||||
'--exclude', 'spec',
|
'--exclude', 'spec',
|
||||||
'--exclude', '\\.rvm\\/gems',
|
'--exclude', '\\.rvm\\/gems',
|
||||||
|
|
Loading…
Reference in New Issue