CoverletAliases Class

Summary

Several extension methods when using DotNetTest.
Assembly
Cake.Coverlet.dll
Namespace
Cake.Coverlet
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["CoverletAliases"] class Type type-node

Syntax

public static class CoverletAliases

Attributes

Type Description
CakeAliasCategoryAttribute

Methods

Name Value Summary
Coverlet(ICakeContext, DirectoryPath, CoverletSettings, string) void
Runs the coverlet global tool with the given folder. We will discover any proj files, take the first and infer the name of the dll from that.
static
Coverlet(ICakeContext, FilePath, CoverletSettings, string) void
Runs the coverlet global tool with the given test project. The name of the dll is inferred from the project name
static
Coverlet(ICakeContext, FilePath, FilePath, CoverletSettings) void
Runs coverlet with the given dll, test project and settings
static
DotNetTest(ICakeContext, FilePath, DotNetTestSettings, CoverletSettings) void
Runs DotNetTest using the given CoverletSettings
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin