spec/spec_helper.rb in dispatch-rider-2.0.0 vs spec/spec_helper.rb in dispatch-rider-2.1.0
- old
+ new
@@ -1,9 +1,10 @@
# frozen_string_literal: true
require 'bundler/setup'
require 'simplecov'
+SimpleCov.minimum_coverage 85
require 'coveralls'
if RUBY_VERSION < "3.1"
SimpleCov.start 'rails' do
if ENV['CI']