Skip to content

Commit

Permalink
Enable branch coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
lovro-bikic committed Oct 24, 2024
1 parent 224d07c commit 4b3a807
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# frozen_string_literal: true

require 'simplecov'
SimpleCov.start

SimpleCov.start do
enable_coverage :branch
primary_coverage :branch
end

require 'polariscope'
require 'pry'

Expand Down

0 comments on commit 4b3a807

Please sign in to comment.