Update metrics thresholds

This commit is contained in:
Dan Kubb 2013-07-29 15:58:32 -07:00
parent 94e5322541
commit e34ba860cc
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
--- ---
threshold: 16 threshold: 16
total_score: 773 total_score: 764

View file

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