Skip to content

Commit 71ef19c

Browse files
committed
test: bring down the minimum percent coverage to 90% because several tests will be skipped for ruby version < 4
1 parent d706f89 commit 71ef19c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
add_filter '/vendor/'
99

1010
# Require 100% coverage (temporarily set to 96 while working towards 100%)
11-
minimum_coverage 95
11+
minimum_coverage 90
1212

1313
# Coverage output directory
1414
coverage_dir 'coverage'

0 commit comments

Comments
 (0)