From e34ba860cc168c805c77ebeb45e2f461860616a9 Mon Sep 17 00:00:00 2001 From: Dan Kubb Date: Mon, 29 Jul 2013 15:58:32 -0700 Subject: [PATCH] Update metrics thresholds --- config/flay.yml | 2 +- spec/spec_helper.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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