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.Coveralls.
Summary
Contains aliases related to Coveralls.io.
In order to use the commands for this addin, you will need to include either of the following in your build.cake file to download and reference from NuGet.org:
#tool coveralls.net
#tool coveralls.io
In addition, you will need to include the following:
#addin Cake.Coveralls
- Assembly
- Cake
.Coveralls .dll - Namespace
- Cake
.Coveralls - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["CoverallsAliases"]
class Type type-node
Syntax
public static class CoverallsAliases
Attributes
Type | Description |
---|---|
Cake |
Methods
Name | Value | Summary |
---|---|---|
CoverallsIo |
void |
Uploads the code coverage report to Coveralls.io using the coveralls.io tool with the specified settings.
static
|
CoverallsIo |
void |
Uploads the code coverage report to Coveralls.io using the coveralls.io tool.
static
|
CoverallsNet |
void |
Uploads the code coverage report to Coveralls.io using the coveralls.net tool with the specified settings.
static
|
CoverallsNet |
void |
Uploads the code coverage report to Coveralls.io using the coveralls.net tool.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|