Cake.Coveralls

Cake Build addin for publishing code coverage results to coveralls.io.

#addin nuget:?package=Cake.Coveralls&version=1.1.0

dotnet add package Cake.Coveralls --version 1.1.0

<PackageReference Include="Cake.Coveralls" Version="1.1.0" />

Aliases

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

General

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