altcover

CoverageFormats class

Conversions of NCover and OpenCover format data to other report formats.

public static class CoverageFormats

Public Members

name description
static ConvertFromNCover(…) Converts classic NCover format and returns OpenCover format.
static ConvertToCobertura(…) Creates a Cobertura format report from other report formats.
static ConvertToJson(…) 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.
static ConvertToLcov(…) Takes either OpenCover or classic NCover format input as an XDocument, as an argument or from the object pipeline. Writes the Lcov report to a file.
static ConvertToNCover(…) Converts OpenCover format to NCover format.

See Also