Skip to content

Commit

Permalink
Bump up docs coverage threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
ixti committed May 25, 2014
1 parent 136e2ad commit 98a0b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -23,7 +23,7 @@ end
require 'yardstick/rake/verify'
Yardstick::Rake::Verify.new do |verify|
verify.require_exact_threshold = false
verify.threshold = 58
verify.threshold = 58.2
end

task :default => [:spec, :rubocop, :verify_measurements]

0 comments on commit 98a0b0b

Please sign in to comment.