altcover

OpenCover.JsonToXml method

Takes JSON output from coverlet of AltCover’s own native JSON format and converts it to a minimal OpenCover style XML document.

public static XDocument JsonToXml(string document)
parameter description
document The input JSON report as text

Return Value

The equivalent OpenCover style XML for line and branch coverage

See Also