Cake.Codecov Namespace

Class Types

Class Summary
CodecovAliases

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

CodecovSettings Contains settings used by CodecovRunner. See CommandLineOptions or run.
.\codecov.exe --help
for more details.

Namespaces

Namespace Summary
Cake.Codecov.Internals