altcover

CoverageFormats.ConvertToJson method

Takes either OpenCover or classic NCover format input as an XDocument, as an argument or from the object pipeline. Writes the JSON report to a atring.

public static string ConvertToJson(XDocument document)
parameter description
document The report to convert.

See Also