Skip to content

Commit

Permalink
Remove SimpleCov minimum_coverage
Browse files Browse the repository at this point in the history
Since we're tracking aggregated coverage across bulids, it doesn't make sense to enforce the threshold individually
  • Loading branch information
mshibuya committed Feb 27, 2022
1 parent 7d56cd6 commit ee0645f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
SimpleCov.start do
add_filter '/spec/'
add_filter '/vendor/bundle/'
minimum_coverage(CI_ORM == :mongoid ? 90.05 : 91.21)
end

SimpleCov::Formatter::LcovFormatter.config do |c|
Expand Down

0 comments on commit ee0645f

Please sign in to comment.