CoverletTool.

RunTarget(Path, FilePath, CoverletSettings) Method

Summary

Executes the specified target using the coverlet tool for a given app directory.
Assembly
Cake.Coverlet.dll
Namespace
Cake.Coverlet
Containing Type
CoverletTool

Syntax

public void RunTarget(Path path, FilePath target, CoverletSettings settings)

Parameters

Name Type Description
path Path The Path to the test assembly or application directory.
target FilePath Path to the test runner application.
settings CoverletSettings The settings used to configure the coverlet tool.

Return Value

Type Description
void