Converts OpenCover format to NCover format.
Takes the OpenCover input either as an XDocument from the object pipeline or from a file.
Writes the classic NCover report to the pipeline as an XDocument, and, optionally, to a file.
public static XDocument ConvertToNCover(XDocument document)
| parameter | description |
|---|---|
| document | The report to convert. |
The converted document