CodecovAliases.

Codecov(ICakeContext, string, string) Method

Summary

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

Syntax

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

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The context.
file string The coverage report.
token string The Codecov upload token.

Return Value

Type Description
void