CodecovAliases.

Codecov(ICakeContext, IEnumerable<string>, string) Method

Summary

Uploads coverage reports to Codecov by specifying the report files and Codecov token.
Assembly
Cake.Codecov.dll
Namespace
Cake.Codecov
Containing Type
CodecovAliases

Syntax

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

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

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

Return Value

Type Description
void