This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.Codecov.
Summary
Uploads coverage report to
Codecov by specifying the
report file and Codecov token.
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