Summary
Converts the lcov to cobertura.
- Assembly
- Rocket
.Surgery .Cake .dll - Namespace
- Rocket
.Surgery .Cake - Containing Type
- CodeCoverageAliases
Syntax
public static void ConvertLcovToCobertura(this ICakeContext context, DirectoryPath baseDirectory, FilePath lcovFile, FilePath coberturaFile)
Attributes
Type | Description |
---|---|
Cake |
Parameters
Name | Type | Description |
---|---|---|
context | ICakeContext | The context. |
baseDirectory | DirectoryPath | The base directory. |
lcovFile | FilePath | The lcov file. |
coberturaFile | FilePath | The cobertura file. |
Return Value
Type | Description |
---|---|
void |