CoverletTool.

Run(FilePath, FilePath, CoverletSettings) Method

Summary

Runs the tool with the given test file, test project and settings
Assembly
Cake.Coverlet.dll
Namespace
Cake.Coverlet
Containing Type
CoverletTool

Syntax

public void Run(FilePath testFile, FilePath testProject, CoverletSettings settings)

Parameters

Name Type Description
testFile FilePath
testProject FilePath
settings CoverletSettings

Return Value

Type Description
void