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.
public static void ConvertToLcov(XDocument document, Stream stream)
| parameter | description |
|---|---|
| document | The report to convert. |
| stream | The output is written here. |