Skip to content

Commit

Permalink
Enforce code coverage minimum
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Dec 15, 2013
1 parent 1db3d30 commit 2837d7e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@
SimpleCov::Formatter::HTMLFormatter,
Coveralls::SimpleCov::Formatter
]
SimpleCov.start

SimpleCov.start do
add_filter '/spec/'
minimum_coverage(91.77)
end

require File.expand_path('../dummy_app/config/environment', __FILE__)

Expand Down

0 comments on commit 2837d7e

Please sign in to comment.