CoverallsAliases Class

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
CakeAliasCategoryAttribute

Methods

Name Value Summary
CoverallsIo(ICakeContext, FilePath, CoverallsIoSettings) void
Uploads the code coverage report to Coveralls.io using the coveralls.io tool with the specified settings
static
CoverallsIo(ICakeContext, FilePath) void
Uploads the code coverage report to Coveralls.io using the coveralls.io tool.
static
CoverallsNet(ICakeContext, FilePath, CoverallsNetReportType, CoverallsNetSettings) void
Uploads the code coverage report to Coveralls.io using the coveralls.net tool with the specified settings.
static
CoverallsNet(ICakeContext, FilePath, CoverallsNetReportType) void
Uploads the code coverage report to Coveralls.io using the coveralls.net tool.
static

Extension Methods

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