Skip to content

Commit

Permalink
test: enable branch coverage in simplecov
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Feb 27, 2023
1 parent 11a43ad commit 9d64599
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
require "simplecov"
SimpleCov.start do
add_filter "/test/"
enable_coverage :branch
end

$VERBOSE = true
Expand Down

0 comments on commit 9d64599

Please sign in to comment.