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 Dec 17, 2023
1 parent 1a79294 commit cf93ebd
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 cf93ebd

Please sign in to comment.