Cake addin that extends Cake with ability to use Codecov.
#addin nuget:?package=Cake.Codecov&version=3.0.0
dotnet add package Cake.Codecov --version 3.0.0
<PackageReference Include="Cake.Codecov" Version="3.0.0" />
Aliases
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 |
Uploads coverage reports to Codecov using the given settings. |
Codecov |
Uploads coverage reports to Codecov by specifying the report files and Codecov token. |
Codecov |
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 |
Uploads coverage report to Codecov by specifying the report file and Codecov token. |
Codecov |
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. |