CoverletAliases.

Coverlet(ICakeContext, DirectoryPath, CoverletSettings, string) Method

Summary

Runs the coverlet global tool with the given folder. We will discover any proj files, take the first and infer the name of the dll from that.
Assembly
Cake.Coverlet.dll
Namespace
Cake.Coverlet
Containing Type
CoverletAliases

Syntax

public static void Coverlet(this ICakeContext context, DirectoryPath testProjectDir, CoverletSettings settings, string configuration = "Debug")

Attributes

Type Description
CakeMethodAliasAttribute
CakeAliasCategoryAttribute

Parameters

Name Type Description
context ICakeContext
testProjectDir DirectoryPath The directory to find the dll and project from
settings CoverletSettings The coverlet settings to apply
configuration string The configuration to use when searching for DLLs

Return Value

Type Description
void