Skip to content

Commit

Permalink
Run coverage for jruby but don't fail
Browse files Browse the repository at this point in the history
  • Loading branch information
mullermp committed Jul 30, 2024
1 parent c7c46fa commit 480b947
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hearth/spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

require 'simplecov'

if !ENV['NO_COVERAGE'] && !defined?(JRUBY_VERSION)
SimpleCov.minimum_coverage 100
unless ENV['NO_COVERAGE']
SimpleCov.minimum_coverage 100 unless defined?(JRUBY_VERSION)
SimpleCov.start do
add_filter %r{/spec/}
end
Expand Down

0 comments on commit 480b947

Please sign in to comment.