Skip to content

Commit

Permalink
Merge branch 'main' into extend-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mblumtritt committed Oct 26, 2023
2 parents ed12dbb + 9bdcfb9 commit 66da8bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# frozen_string_literal: true

require 'rspec/core'
require 'simplecov'
require 'ears'

SimpleCov.start do
enable_coverage :branch
primary_coverage :branch
end

require 'rspec/core'
require 'ears'

RSpec.configure(&:disable_monkey_patching!)

if RSpec.configuration.files_to_run.length > 1
# Let's increase this later on
SimpleCov.minimum_coverage line: 99.4, branch: 100
SimpleCov.minimum_coverage line: 97.4, branch: 62.8
end

0 comments on commit 66da8bf

Please sign in to comment.