Cake.Coveralls addin
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.
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 Alias from Cake.Coveralls addin |
Uploads the code coverage report to Coveralls.io using the coveralls.io tool with the specified settings. |
CoverallsIo Alias from Cake.Coveralls addin |
Uploads the code coverage report to Coveralls.io using the coveralls.io tool. |
CoverallsNet Alias from Cake.Coveralls addin |
Uploads the code coverage report to Coveralls.io using the coveralls.net tool with the specified settings. |
CoverallsNet Alias from Cake.Coveralls addin |
Uploads the code coverage report to Coveralls.io using the coveralls.net tool. |