CoverletAliases.

Coverlet(ICakeContext, FilePath, CoverletSettings, string) Method

Summary

Runs the coverlet global tool with the given test project. The name of the dll is inferred from the project name
Assembly
Cake.Coverlet.dll
Namespace
Cake.Coverlet
Containing Type
CoverletAliases

Syntax

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

Attributes

Type Description
CakeMethodAliasAttribute
CakeAliasCategoryAttribute

Parameters

Name Type Description
context ICakeContext
testProject FilePath The test project to run
settings CoverletSettings The coverlet settings to apply
configuration string The configuration to use when searching for DLLs

Return Value

Type Description
void