Skip to content

Commit d6c5418

Browse files
committed
Configure simplecov
1 parent 9523191 commit d6c5418

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

spec/spec_helper.rb

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
require "simplecov"
44

5-
SimpleCov.start
5+
SimpleCov.start do
6+
enable_coverage :branch
7+
8+
primary_coverage :branch
9+
end
610

711
require "errbit_plugin"
812
require "errbit_github_plugin"

0 commit comments

Comments
 (0)