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:
parent
75a987a181
commit
c7e4eb0a32
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue