Allow a bit more room for coveralls flakiness

This commit is contained in:
Bobby McDonald 2020-02-28 22:53:07 -05:00
parent d890700232
commit 562bf7a439
No known key found for this signature in database
GPG Key ID: CAD931A49619329A
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ if RUBY_VERSION >= '1.9'
SimpleCov.start do
add_filter ['/spec/', '/vendor/', 'strategy_macros.rb']
minimum_coverage(92.5)
maximum_coverage_drop(0.01)
maximum_coverage_drop(0.05)
end
end