Skip to content

Commit

Permalink
adjusted coverage metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
Derick Bailey committed Oct 28, 2009
1 parent 2709e28 commit 61667db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rakefile.rb
Expand Up @@ -47,6 +47,6 @@

ncr.required_coverage << NCover::BranchCoverage.new(:minimum => 10)
ncr.required_coverage << NCover::SymbolCoverage.new(:minimum => 50)
ncr.required_coverage << NCover::MethodCoverage.new(:minimum => 50)
ncr.required_coverage << NCover::MethodCoverage.new(:minimum => 10)
ncr.required_coverage << NCover::CyclomaticComplexity.new(:maximum => 100)
end

0 comments on commit 61667db

Please sign in to comment.