We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18e34e6 commit 841836cCopy full SHA for 841836c
1 file changed
spec/spec_helper.rb
@@ -11,6 +11,8 @@
11
)
12
SimpleCov.start do
13
enable_coverage(:branch)
14
+ minimum_coverage line: 90, branch: 90
15
+ refuse_coverage_drop :line, :branch
16
add_filter(/^\/spec\//)
17
end
18
0 commit comments