Skip to content

Commit

Permalink
Decreased test line-coverage by 0.01%
Browse files Browse the repository at this point in the history
  • Loading branch information
kalashnikovisme committed Sep 3, 2024
1 parent face459 commit 32221c5
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 @@ -7,7 +7,7 @@
SimpleCov.start do
add_filter %w[Appraisals Gemfile Rakefile doc gemfiles spec]
end
SimpleCov.minimum_coverage(ENV["DB"] == "postgres" ? 96.72 : 92.4)
SimpleCov.minimum_coverage(ENV["DB"] == "postgres" ? 96.71 : 92.4)

require "byebug"
require_relative "support/pt_arel_helpers"
Expand Down

0 comments on commit 32221c5

Please sign in to comment.