This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Coverlet.
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 |
---|---|
Cake |
Methods
Name | Value | Summary |
---|---|---|
Coverlet |
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 |
void |
Runs the coverlet global tool with the given test project. The name of the
dll is inferred from the project name
static
|
Coverlet |
void |
Runs coverlet with the given dll, test project and settings
static
|
DotNetTest |
void |
Runs DotNetTest using the given
CoverletSettings
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|