Skip to content

Commit 1a8b9ab

Browse files
committed
Increase minimum code coverage percentage
1 parent 555aee9 commit 1a8b9ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
SimpleCov.formatters = [SimpleCov::Formatter::HTMLFormatter, Coveralls::SimpleCov::Formatter]
99

1010
SimpleCov.start do
11-
minimum_coverage(76)
11+
minimum_coverage(78.48)
1212
end
1313
end
1414

0 commit comments

Comments
 (0)