Skip to main content

Module ruby_run

Module ruby_run 

Source
Expand description

Public Ruby coverage run lifecycle.

The project runs in place with its own interpreter, bundle and test command. Supercov prepares the complete obligation manifest and probe plan from source, materialises its stdlib-only runtime under .supercov/, loads it through RUBYOPT, supervises the user’s command unchanged, and publishes the joined evidence.

Structs§

DirectRubyRunRequest
DirectRubyRunResult

Functions§

current_ruby_integrity
The fingerprint a later query compares against the stored run: the same discovery and inputs the run used, without preparing a plan.
run_direct_ruby