Skip to content

Commit 841836c

Browse files
committed
configure simplecov
1 parent 18e34e6 commit 841836c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

spec/spec_helper.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
)
1212
SimpleCov.start do
1313
enable_coverage(:branch)
14+
minimum_coverage line: 90, branch: 90
15+
refuse_coverage_drop :line, :branch
1416
add_filter(/^\/spec\//)
1517
end
1618

0 commit comments

Comments
 (0)