Skip to content

Commit 973e555

Browse files
committed
Enable branch coverage analysis.
1 parent 0244e25 commit 973e555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.simplecov

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter.new(
1717
)
1818

1919
SimpleCov.start do
20-
# enable_coverage :branch <-- Re-enable this when we move to ruby ~> 2.5.
20+
enable_coverage :branch
2121
add_filter ['/test/', '/samples/']
2222
end

0 commit comments

Comments
 (0)