Skip to content

Commit

Permalink
Tweek code coverage
Browse files Browse the repository at this point in the history
Not really that useful for our code since different test configs test different areas
  • Loading branch information
albus522 committed Aug 8, 2014
1 parent fbac48d commit 6fc9000
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spec/helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@

SimpleCov.start do
add_filter '/spec/'
minimum_coverage(89.48)
# Each version of ruby and version of rails test different things
# This should probably just be removed.
minimum_coverage(85.0)
end

require 'logger'
Expand Down

0 comments on commit 6fc9000

Please sign in to comment.