Skip to content

Commit 44f1dc0

Browse files
committed
enable full branch coverage
1 parent 32ed116 commit 44f1dc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ task :all_tests do
134134
if ENV["MEASURE_COVERAGE"]
135135
SimpleCov.start do
136136
command_name "RSpec-rails#{Rails::VERSION::STRING}-ruby#{RUBY_VERSION}"
137-
137+
enable_coverage :branch
138138
formatter SimpleCov::Formatter::Console
139139
end
140140
end

0 commit comments

Comments
 (0)