Update spec coverage

This commit is contained in:
Dan Kubb 2013-09-08 22:32:22 -07:00
parent 218ff842f5
commit 067de67448

View file

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