Skip to content

Commit

Permalink
Change simplecov configuration to enable branch coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed Nov 13, 2023
1 parent 7d9cb77 commit a635652
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
SimpleCov.start do
command_name "spec"
add_filter "spec"
enable_coverage :branch
end
end

Expand Down

0 comments on commit a635652

Please sign in to comment.