Summary
Dots the cover cobertura.
Syntax
public static void DotCoverCobertura(this ICakeContext context, FilePath inputProject, DirectoryPath outputDirectory, Action<ICakeContext> tool, DotCoverCoverSettings settings)
Attributes
| Type |
Description |
| CakeMethodAliasAttribute |
|
| CakeNamespaceImportAttribute |
|
Parameters
| Name |
Type |
Description |
| context |
ICakeContext |
The context. |
| inputProject |
FilePath |
The input project. |
| outputDirectory |
DirectoryPath |
The output directory. |
| tool |
Action<ICakeContext> |
The tool. |
| settings |
DotCoverCoverSettings |
The settings. |
Return Value