We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9523191 commit d6c5418Copy full SHA for d6c5418
1 file changed
spec/spec_helper.rb
@@ -2,7 +2,11 @@
2
3
require "simplecov"
4
5
-SimpleCov.start
+SimpleCov.start do
6
+ enable_coverage :branch
7
+
8
+ primary_coverage :branch
9
+end
10
11
require "errbit_plugin"
12
require "errbit_github_plugin"
0 commit comments