Skip to content

Commit 9ab332f

Browse files
committed
tmp: debug jruby
1 parent 7e5dc83 commit 9ab332f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_simple_cov-html.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ def format_results(coverage_results)
246246
capture_io { SimpleCov::Formatter::HTMLFormatter.new.format(result) }
247247

248248
# Return an HTML doc instance
249+
puts output_path.join("index.html").read.lines.map(&:rstrip).join("\n").gsub(/\n\n+/, "\n")
249250
output_path.join("index.html").open { |f| Nokogiri::HTML(f) }
250251
end
251252

0 commit comments

Comments
 (0)