This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.OpenCoverToCoberturaConverter.
Summary
Converts the opencover report to cobertura
Syntax
public static void OpenCoverToCoberturaConverter(this ICakeContext context, FilePath openCoverReport, FilePath coberturaReport)
Examples
OpenCoverToCoberturaConverter("c:/temp/coverage/opencover.xml", "c:/temp/coverage/cobertura.xml");
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
openCoverReport |
FilePath |
The opencover coverage report. |
coberturaReport |
FilePath |
The output cobertura file. |
Return Value