Skip to content

Commit

Permalink
Merge pull request sparklemotion#2799 from sparklemotion/flavorjones-…
Browse files Browse the repository at this point in the history
…branch-coverage

test: enable branch coverage in simplecov
  • Loading branch information
flavorjones authored Feb 28, 2023
2 parents ed285bb + 9d64599 commit 4ba43be
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 4ba43be

Please sign in to comment.