We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0244e25 commit 973e555Copy full SHA for 973e555
1 file changed
.simplecov
@@ -17,6 +17,6 @@ SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter.new(
17
)
18
19
SimpleCov.start do
20
- # enable_coverage :branch <-- Re-enable this when we move to ruby ~> 2.5.
+ enable_coverage :branch
21
add_filter ['/test/', '/samples/']
22
end
0 commit comments