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.MiniCover.
Summary
Set the comitter etails
- Assembly
- Cake
.MiniCover .dll - Namespace
- Cake
.MiniCover .Settings - Containing Type
- Coveralls
Settings Extensions
Syntax
public static CoverallsSettings WithCommitter(this CoverallsSettings settings, string name, string email)
Parameters
| Name | Type | Description |
|---|---|---|
| settings | CoverallsSettings | The settings |
| name | string | The name of the committer |
| string | The email address of the committer |
Return Value
| Type | Description |
|---|---|
| CoverallsSettings | The CoverallsSettingsExtensions instance so that multiple calls can be chained |
