Skip to main content

serialize_coverage_setup_json_output

Function serialize_coverage_setup_json_output 

Source
pub fn serialize_coverage_setup_json_output(
    output: CoverageSetupOutput,
    mode: RootEnvelopeMode,
    analysis_run_id: Option<&str>,
) -> Result<Value, Error>
Expand description

Serialize the fallow coverage setup --json envelope.

ยงErrors

Returns a serde error when the envelope cannot be converted to JSON.