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 reports to Codecov using the given settings.
- Assembly
- Cake
.Codecov .dll - Namespace
- Cake
.Codecov - Containing Type
- CodecovAliases
Syntax
public static void Codecov(this ICakeContext context, CodecovSettings settings)
Attributes
Type | Description |
---|---|
Cake |
Parameters
Name | Type | Description |
---|---|---|
context | ICakeContext | The context. |
settings | CodecovSettings | The settings. |
Return Value
Type | Description |
---|---|
void |