Skip to content

Commit c354281

Browse files
committed
fixup! No branch coverage on JRuby
1 parent 0dd053c commit c354281

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_simple_cov-html.rb

+1
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ def test_output # rubocop:disable Metrics
181181
assert_equal("74.11%", subheader_line_coverage)
182182

183183
unless RUBY_ENGINE != "jruby"
184+
p RUBY_ENGINE
184185
# 58 total branches, 28 branches covered and 30 branches missed. ( 48.27% )
185186
subheader_branch_coverage = html_doc.at_css("div#AllFiles div.t-branch-summary span:last-child").content.strip
186187

0 commit comments

Comments
 (0)