Skip to content

Commit

Permalink
Reduce SimpleCov.minimum_coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed Oct 17, 2024
1 parent e98cc98 commit 5c50304
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 95
SimpleCov.minimum_coverage 92

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

0 comments on commit 5c50304

Please sign in to comment.