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

Commit 551a386

Browse files
committed
Remove coverage version check
1 parent 203fe0a commit 551a386

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
@@ -32,7 +32,7 @@ begin
3232
add_filter %r{/bundle/}
3333
add_filter %r{/tmp/}
3434
add_filter %r{/spec/}
35-
minimum_coverage(100) if RUBY_VERSION.to_f >= ENV['ENFORCE_COVERAGE_AFTER'].to_f
35+
minimum_coverage(100)
3636
end
3737
end
3838
rescue LoadError # rubocop:disable Lint/SuppressedException

0 commit comments

Comments
 (0)