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
Settings for the
COVERALLS report type
- Assembly
- Cake
.MiniCover .dll - Namespace
- Cake
.MiniCover .Settings - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["CoverallsSettings"]
class Type type-node
Syntax
public class CoverallsSettings
Constructors
| Name | Summary |
|---|---|
| CoverallsSettings |
Properties
| Name | Value | Summary |
|---|---|---|
| Branch | string |
The git branch to send to coveralls
|
| CommitAuthorEmail | string |
The Email of the commit author to send to coveralls
|
| CommitAuthorName | string |
The name of the commit author to send to coveralls
|
| CommitHash | string |
The git commit hash to use when sending coverage to coveralls
|
| CommitMessage | string |
The git commit message to send to coveralls
|
| CommitterEmail | string |
The email of the comitter to send to coveralls
|
| CommitterName | string |
The name of the comitter to send to coveralls
|
| Remote | string |
The name of the git remote to send to coveralls
|
| RemoteUrl | string |
The url of the git remote to send to coveralls
|
| RepoToken | string |
The Repo Token to use when sending coverage to coveralls
|
| RootPath | string |
The git root path
|
| ServiceJobId | string |
The service_job_id to send to coveralls
|
| ServiceName | string |
The service_name to send to coveralls
|
Extension Methods
| Name | Value | Summary |
|---|---|---|
| Dump |
string |
Get a basic string representation of specified object.
From LoggingExtensions
Requires the Cake.Incubator addin
|
| IsIn |
bool |
Checks if the source is contained in a list
From EnumerableExtensions
Requires the Cake.Incubator addin
|
| NotNull |
void |
Throws an exception if the specified parameter's value is null.
From Extensions
Requires the Cake.Ftp addin
|
| NotNull |
void |
Throws an exception if the specified parameter's value is null.
From IssuesArgumentChecks
Requires the Cake.Issues addin
|
| ThrowIfNull |
T |
Throws a
System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
| ThrowIfNull |
T |
Throws a
System.ArgumentNullException if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
| ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
| To |
string |
Returns the string value or a
Not set> markup suitable for Spectre.Console.
From StringExtensions
Requires the Cake.Issues addin
|
| UseTravisDefaults |
CoverallsSettings |
Populate the Coveralls Settings with information for publishing coverage from Travis CI
Requires the Cake.MiniCover addin
|
| WithBranch |
CoverallsSettings |
Set the git branch to send to coveralls
Requires the Cake.MiniCover addin
|
| WithCommit |
CoverallsSettings |
Set the git commit message to use when sending coverage to coveralls
Requires the Cake.MiniCover addin
|
| WithCommitAuthor |
CoverallsSettings |
Set the commit author details
Requires the Cake.MiniCover addin
|
| WithCommitter |
CoverallsSettings |
Set the comitter etails
Requires the Cake.MiniCover addin
|
| WithRemote |
CoverallsSettings |
Set git remote details
Requires the Cake.MiniCover addin
|
| WithRepoToken |
CoverallsSettings |
Set the Repo Token to use when sending coverage to coveralls
Requires the Cake.MiniCover addin
|
| WithRootPath |
CoverallsSettings |
Set the root path to the git repo
Requires the Cake.MiniCover addin
|
| WithServiceJobId |
CoverallsSettings |
Set the service_job_id to send to coveralls
Requires the Cake.MiniCover addin
|
| WithServiceName |
CoverallsSettings |
Set the service_name to send to coveralls
Requires the Cake.MiniCover addin
|
