CoverletAliases.

Coverlet(ICakeContext, Path, FilePath, CoverletSettings) Method

Summary

Executes Coverlet using the specified path, target, and settings.
Assembly
Cake.Coverlet.dll
Namespace
Cake.Coverlet
Containing Type
CoverletAliases

Syntax

public static void Coverlet(this ICakeContext context, Path path, FilePath target, CoverletSettings settings)

Attributes

Type Description
CakeMethodAliasAttribute
CakeAliasCategoryAttribute

Parameters

Name Type Description
context ICakeContext The context in which the tool is run.
path Path Path to the test assembly or application directory.
target FilePath Path to the test runner application.
settings CoverletSettings The coverlet settings to apply

Return Value

Type Description
void