We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ddabb9 commit 6140810Copy full SHA for 6140810
spec/spec_helper.rb
@@ -15,6 +15,8 @@
15
SimpleCov.add_filter "_spec.rb"
16
# do not cover the activesupport helpers
17
SimpleCov.add_filter "/core_ext/"
18
+ # measure all if/else branches on a line
19
+ SimpleCov.enable_coverage :branch
20
21
SimpleCov.start
22
0 commit comments