Downgraded verify task to 60% coverage requirement.
authorBob Aman <bobaman@google.com>
Fri, 11 May 2012 10:29:41 +0000 (13:29 +0300)
committerBob Aman <bobaman@google.com>
Fri, 11 May 2012 10:29:41 +0000 (13:29 +0300)
tasks/spec.rake

index 7a5179fd7b5ea4050a9725eec5c4fe3c345b5c43..080c9b7316dc3005409f1a0c8c1927f684c98caf 100644 (file)
@@ -47,7 +47,7 @@ namespace :spec do
 
   if RCOV_ENABLED
     RCov::VerifyTask.new(:verify) do |t|
-      t.threshold = 100.0
+      t.threshold = 60.0
       t.index_html = 'coverage/index.html'
     end