Class: Minitest::Cc::Reporter

Inherits:
AbstractReporter
  • Object
show all
Defined in:
lib/minitest/cc/reporter.rb

Overview

Reporter class extend of Minitest Reporter

Instance Method Summary collapse

Instance Method Details

#reportObject

Executed in the final of the minitest run



9
10
11
12
13
14
# File 'lib/minitest/cc/reporter.rb', line 9

def report
  Cc.peek_result
  Cc.summary
rescue StandardError => e
  puts "\n\n[!] cc extension has problem for generate the report: #{e}"
end