123456789_123456789_123456789_123456789_123456789_

Module: SimpleCov::ExitCodes

Overview

Exit statuses ::SimpleCov sets when coverage checks fail, and the output helper the enforcement machinery reports through.

Constant Summary

Class Method Summary

  • .print_error(message)

    Threshold-violation reports and exit-status notices are the output of the enforcement feature, not Ruby warnings: routing them through Kernel#warn made -W0 swallow the explanation for a failing exit code, let Warning.warn hooks (warning trackers, raise-on-warning test setups) intercept them mid-at_exit, and fed colorized text to warning logs.

Class Method Details