Expand description
Public Python coverage run lifecycle.
The project runs in place with its own interpreter, environment and test
command. Supercov prepares the complete obligation manifest and probe plan
from source, materialises its stdlib-only runtime under .supercov/,
points the interpreter at it through environment variables, supervises the
user’s command unchanged, and publishes the joined evidence.
Structs§
Functions§
- current_
python_ 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_ python