1
0
Fork 0
mirror of https://github.com/omniauth/omniauth.git synced 2022-11-09 12:31:49 -05:00

Update SimpleCov reqs

This commit is contained in:
Tom Milewski 2017-02-11 16:08:46 -05:00
parent 75a987a181
commit c7e4eb0a32
No known key found for this signature in database
GPG key ID: 0C45B110F8B40F20

View file

@ -4,7 +4,7 @@ if RUBY_VERSION >= '1.9'
SimpleCov.start do
add_filter '/spec/'
add_filter '/vendor/'
minimum_coverage(92.87)
minimum_coverage(92.5)
end
end