CoverallsAliases.

CoverallsNet(ICakeContext, FilePath, CoverallsNetReportType) Method

Summary

Uploads the code coverage report to Coveralls.io using the coveralls.net tool.
Assembly
Cake.Coveralls.dll
Namespace
Cake.Coveralls
Containing Type
CoverallsAliases

Syntax

public static void CoverallsNet(this ICakeContext context, FilePath codeCoverageReportFilePath, CoverallsNetReportType reportType)

Examples

CoverallsNet("coverage.xml", CoverallsNetReportType.OpenCover);

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The context.
codeCoverageReportFilePath FilePath The path to the code coverage file.
reportType CoverallsNetReportType The type of the code coverage report.

Return Value

Type Description
void