Excluding .rvm from code coverage.
git-svn-id: https://google-api-ruby-client.googlecode.com/svn/trunk@78 c1d61fac-ed7f-fcc1-18f7-ff78120a04ef
This commit is contained in:
parent
0246ecf1f5
commit
2140cbf244
|
@ -18,6 +18,7 @@ namespace :spec do
|
|||
end
|
||||
t.rcov_opts = [
|
||||
'--exclude', 'spec',
|
||||
'--exclude', '\\.rvm\\/gems',
|
||||
'--exclude', '1\\.8\\/gems',
|
||||
'--exclude', '1\\.9\\/gems'
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue