Module: Hephaestus::TestHelper::SimpleCov

Defined in:
lib/hephaestus/test_helper.rb

Overview

do not crash on failure; we want a distinct job to report the coverage error

Class Method Summary collapse

Class Method Details

.result_exit_status(_) ⇒ Object



24
25
26
# File 'lib/hephaestus/test_helper.rb', line 24

def result_exit_status(_)
  SimpleCov::ExitCodes::SUCCESS
end