Skip to content

Commit

Permalink
Enable simplecov and enforce 100% branching coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
gondalez committed Aug 20, 2024
1 parent ca3c293 commit 30f743b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
require 'simplecov'

SimpleCov.start do
enable_coverage :branch
primary_coverage :branch
minimum_coverage line: 100, branch: 100
end

require 'simplecov/inline'

RSpec.configure do |config|
Expand Down

0 comments on commit 30f743b

Please sign in to comment.