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.