Skip to main content

assert_coverage_above

Function assert_coverage_above 

Source
pub async fn assert_coverage_above(
    client: &mut VictauriClient,
    threshold_percent: f64,
) -> Result<(), TestError>
Expand description

Asserts that IPC coverage meets the given threshold, panicking with a detailed report if it does not.

§Errors

Returns errors from the underlying MCP tool calls.

§Panics

Panics if coverage falls below threshold_percent.