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. Note that, many CI services (like AppVeyor) do not require you to provide a Codecov upload token. However, TeamCity is a rare exception.
In order to use the commands for this addin, you will need to include the following in your cake script:
#tool nuget:?package=Codecov
#addin nuget:?package=Cake.Codecov
- Assembly
- Cake
.Codecov .dll - Namespace
- Cake
.Codecov - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["CodecovAliases"]
class Type type-node
Syntax
public static class CodecovAliases
Attributes
Type | Description |
---|---|
Cake |
Methods
Name | Value | Summary |
---|---|---|
Codecov |
void |
Uploads coverage reports to Codecov using the given settings.
static
|
Codecov |
void |
Uploads coverage reports to Codecov by specifying
the report files and Codecov token.
static
|
Codecov |
void |
Uploads coverage reports to Codecov by specifying
the report files. Note that, many CI services (like AppVeyor) do not require you to
provide a Codecov upload token. However, TeamCity is a rare exception.
static
|
Codecov |
void |
Uploads coverage report to Codecov by specifying the
report file and Codecov token.
static
|
Codecov |
void |
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.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
Returns the string value or a
Not set > markup suitable for Spectre.Console.
From StringExtensions
Requires the Cake.Issues addin
|