Skip to content

Commit

Permalink
Update minimum coverage to actual current value
Browse files Browse the repository at this point in the history
  • Loading branch information
mjobin-mdsol authored Jul 9, 2024
1 parent 12c7951 commit 26b5f09
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
@@ -1,6 +1,6 @@
# encoding: utf-8
require 'simplecov'
SimpleCov.minimum_coverage 98
SimpleCov.minimum_coverage 96.45
SimpleCov.start do
add_filter "/spec/"
end
Expand Down

0 comments on commit 26b5f09

Please sign in to comment.