Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit 30d3e0b

Browse files
committed
Lower JRuby coverage threshold.
1 parent a34c84d commit 30d3e0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/rspec_with_simplecov

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ begin
3131
add_filter "./bundle/"
3232
add_filter "./tmp/"
3333
add_filter "./spec/"
34-
minimum_coverage(RUBY_PLATFORM == 'java' ? 94 : 97)
34+
minimum_coverage(RUBY_PLATFORM == 'java' ? 93 : 97)
3535
end
3636
end
3737
rescue LoadError

0 commit comments

Comments
 (0)