CoverallsNetRunner.

Run(FilePath, CoverallsNetReportType, CoverallsNetSettings, ProcessSettings) Method

Summary

Publish the code coverage report to Coveralls.io using the specified settings.
Assembly
Cake.Coveralls.dll
Namespace
Cake.Coveralls
Containing Type
CoverallsNetRunner

Syntax

public void Run(FilePath codeCoverageReportFilePath, CoverallsNetReportType reportType, CoverallsNetSettings settings, ProcessSettings processSettings)

Parameters

Name Type Description
codeCoverageReportFilePath FilePath The code coverage report file path.
reportType CoverallsNetReportType The Code Coverage Report Type.
settings CoverallsNetSettings The settings.
processSettings ProcessSettings The process settings, or for the runner's defaults.

Return Value

Type Description
void