Functions manipulating OpenCover format reports from various generators
public static class OpenCover
name | description |
---|---|
static CompressBranching(…) | Removes compiler-generated hidden branches from OpenCover. |
static FormatFromCoverlet(…) | Fills in gaps in coverlet ’s OpenCover dialect. |
static JsonToXml(…) | Takes JSON output from coverlet of AltCover’s own native JSON format and converts it to a minimal OpenCover style XML document. |
static Merge(…) | Merges OpenCover reports. |
static PostProcess(…) | Updates summary and related coverage-derived data based on visit counts. |