diff --git a/config/flay.yml b/config/flay.yml index 9892b938..5ce82f59 100644 --- a/config/flay.yml +++ b/config/flay.yml @@ -1,3 +1,3 @@ --- threshold: 16 -total_score: 773 +total_score: 764 diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index ca215b0a..d1b261e4 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -17,7 +17,7 @@ if ENV['COVERAGE'] == 'true' add_filter 'config' add_filter 'spec' 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