Upgrade spec coverage threshold

This commit is contained in:
Dan Kubb 2013-08-05 00:18:57 -07:00
parent 8e13c9b1ea
commit e145352255

View file

@ -17,7 +17,7 @@ if ENV['COVERAGE'] == 'true'
add_filter 'config'
add_filter 'spec'
add_filter 'test_app'
minimum_coverage 89.56 # TODO: raise this to 100, then mutation test
minimum_coverage 89.65 # TODO: raise this to 100, then mutation test
end
end