Restore exclusion for compact and environment as requested in 6c5267359a
This commit is contained in:
parent
c656b1aaeb
commit
4656b73ff9
|
@ -31,6 +31,8 @@ namespace :spec do
|
|||
t.rcov_opts = %w(
|
||||
--exclude gems/
|
||||
--exclude spec/
|
||||
--exclude lib/google/api_client/environment.rb
|
||||
--exclude lib/compat
|
||||
)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue