CoverletAliases.

Coverlet(ICakeContext, FilePath, FilePath, CoverletSettings) Method

Summary

Runs coverlet with the given dll, test project and settings
Assembly
Cake.Coverlet.dll
Namespace
Cake.Coverlet
Containing Type
CoverletAliases

Syntax

public static void Coverlet(this ICakeContext context, FilePath testFile, FilePath testProject, CoverletSettings settings)

Attributes

Type Description
CakeMethodAliasAttribute
CakeAliasCategoryAttribute

Parameters

Name Type Description
context ICakeContext
testFile FilePath The dll to instrument
testProject FilePath The test project to run
settings CoverletSettings The coverlet settings to apply

Return Value

Type Description
void