CodecovAliases.

Codecov(ICakeContext, string) Method

Summary

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

Syntax

public static void Codecov(this ICakeContext context, string file)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The context.
file string The coverage report.

Return Value

Type Description
void