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 |
The equivalent OpenCover style XML for line and branch coverage