Cake.Codecov 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.Codecov.
Uploads coverage reports to Codecov. Note that, many CI services (like AppVeyor) do not require you to provide a Codecov upload token. However, TeamCity is a rare exception.
In order to use the commands for this addin, you will need to include the following in your cake script:
#tool nuget:?package=Codecov
#addin nuget:?package=Cake.Codecov
General
Codecov Alias from Cake.Codecov addin |
Uploads coverage reports to Codecov using the given settings. |
Codecov Alias from Cake.Codecov addin |
Uploads coverage reports to Codecov by specifying the report files and Codecov token. |
Codecov Alias from Cake.Codecov addin |
Uploads coverage reports to Codecov by specifying the report files. Note that, many CI services (like AppVeyor) do not require you to provide a Codecov upload token. However, TeamCity is a rare exception. |
Codecov Alias from Cake.Codecov addin |
Uploads coverage report to Codecov by specifying the report file and Codecov token. |
Codecov Alias from Cake.Codecov addin |
Uploads coverage report to Codecov by specifying the report file. Note that, many CI services (like AppVeyor) do not require you to provide a Codecov upload token. However, TeamCity is a rare exception. |