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
Gets or sets a value specifing the enviornment variables to be included with this build.
(1) CODECOV_ENV=VAR1,VAR2. (2) -e VAR1 VAR2.
- Assembly
- Cake
.Codecov .dll - Namespace
- Cake
.Codecov - Containing Type
- CodecovSettings
Syntax
public IEnumerable<string> Envs { get; set; }
Value
Type | Description |
---|---|
IEnumerable |
A value specifing the enviornment variables to be included with this build. (1) CODECOV_ENV=VAR1,VAR2. (2) -e VAR1 VAR2. |