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
Publish the code coverage report to Coveralls.io using the specified settings.
- Assembly
- Cake
.Coveralls .dll - Namespace
- Cake
.Coveralls - Containing Type
- CoverallsIoRunner
Syntax
public void Run(FilePath codeCoverageReportFilePath, CoverallsIoSettings settings, ProcessSettings processSettings)
Parameters
| Name | Type | Description |
|---|---|---|
| codeCoverageReportFilePath | FilePath | The code coverage report file path. |
| settings | CoverallsIoSettings | The settings. |
| processSettings | ProcessSettings | The process settings, or for the runner's defaults. |
Return Value
| Type | Description |
|---|---|
| void |
