Skip to content

Commit f5d9784

Browse files
authored
Merge pull request #1971 from corsonknowles/require_full_line_coverage
Update .simplecov, require 100% line coverage
2 parents a7d140d + 94a509d commit f5d9784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.simplecov

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

33
SimpleCov.start do
44
enable_coverage :branch
5-
minimum_coverage line: 99.60, branch: 94.77
5+
minimum_coverage line: 100, branch: 96.79
66
add_filter '/spec/'
77
add_filter '/vendor/bundle/'
88
end

0 commit comments

Comments
 (0)