CodecovAliases Class

Summary

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

Assembly
Cake.Codecov.dll
Namespace
Cake.Codecov
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["CodecovAliases"] class Type type-node

Syntax

public static class CodecovAliases

Attributes

Type Description
CakeAliasCategoryAttribute

Methods

Name Value Summary
Codecov(ICakeContext, CodecovSettings) void
Uploads coverage reports to Codecov using the given settings.
static
Codecov(ICakeContext, IEnumerable<string>, string) void
Uploads coverage reports to Codecov by specifying the report files and Codecov token.
static
Codecov(ICakeContext, IEnumerable<string>) void
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.
static
Codecov(ICakeContext, string, string) void
Uploads coverage report to Codecov by specifying the report file and Codecov token.
static
Codecov(ICakeContext, string) void
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.
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin