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 using the specified settings.
- Assembly
- Cake
. Open Cover To Cobertura Converter .dll - Namespace
- Cake
. Open Cover To Cobertura Converter - Containing Type
- Open
Cover To Cobertura Converter Runner
Syntax
public void Run(FilePath openCoverReport, FilePath coberturaReport, OpenCoverToCoberturaConverterSettings settings)
Parameters
| Name | Type | Description |
|---|---|---|
| openCoverReport | FilePath | The opencover coverage report. |
| coberturaReport | FilePath | The output cobertura file. |
| settings | Open |
The settings. |
Return Value
| Type | Description |
|---|---|
| void |
