Skip to content

Commit

Permalink
Reduce SimpleCov.minimum_coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
floere committed Oct 18, 2024
1 parent e0f9b5e commit cb4286a
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 @@
require 'simplecov-console'
require 'simplecov-cobertura'

SimpleCov.minimum_coverage 92
SimpleCov.minimum_coverage 90

SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter.new(
[
Expand Down

0 comments on commit cb4286a

Please sign in to comment.