Skip to content

Commit

Permalink
ONE HUNDRED PERCENT
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviershay committed Mar 31, 2012
1 parent e10db79 commit adce51b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -18,7 +18,7 @@ begin
desc "Run cane to check quality metrics"
Cane::RakeTask.new(:quality) do |cane|
cane.abc_max = 10
cane.add_threshold 'coverage/covered_percent', :>=, 99
cane.add_threshold 'coverage/covered_percent', :>=, 100
end

task :default => :quality
Expand Down

0 comments on commit adce51b

Please sign in to comment.