icc_analysis

Note

This page is a reference documentation. It only explains the function signature, and not how to use it. Please refer to the Habitat Guide and Python API guide (v2.0) for usage.

icc_analysis(config: Any) → Any[source]

Run ICC reliability analysis from a validated config (habit icc).

Parameters:

config – Validated ICC configuration (v0.1 schema object or mapping accepted by ICCConfig).

Returns:

WorkflowResult with the ICC JSON path in artifacts["icc_result"] and a run manifest path.