Skip to content

Commit

Permalink
Lower coverage threshold
Browse files Browse the repository at this point in the history
Conditionally executed code in #2385 decreases coverage so much 😵
  • Loading branch information
mshibuya committed Aug 20, 2015
1 parent c394471 commit 67a782e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
SimpleCov.start do
add_filter '/spec/'
add_filter '/vendor/bundle/'
minimum_coverage(91.65)
minimum_coverage(91.39)
end

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

0 comments on commit 67a782e

Please sign in to comment.