Skip to content

Commit

Permalink
Adding simplecov
Browse files Browse the repository at this point in the history
  • Loading branch information
eebbesen committed Oct 12, 2024
1 parent 5ad3516 commit 8901f2c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# frozen_string_literal: true

require 'sheet_zoukas'
require 'simplecov'

SimpleCov.start do
enable_coverage :branch
end

RSpec.configure do |config|
# Enable flags like --only-failures and --next-failure
Expand Down

0 comments on commit 8901f2c

Please sign in to comment.