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
Uploads the code coverage report to Coveralls.io using the coveralls.io tool.
Syntax
public static void CoverallsIo(this ICakeContext context, FilePath codeCoverageReportFilePath)
Examples
CoverallsIo("coverage.xml");
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
codeCoverageReportFilePath |
FilePath |
The path to the code coverage file. |
Return Value