CodecovAliases.

Codecov(ICakeContext, IEnumerable<string>) Method

Summary

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.
Assembly
Cake.Codecov.dll
Namespace
Cake.Codecov
Containing Type
CodecovAliases

Syntax

public static void Codecov(this ICakeContext context, IEnumerable<string> files)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The context.
files IEnumerable<string> The coverage reports.

Return Value

Type Description
void