CodecovSettings.

Envs Property

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<string> A value specifing the enviornment variables to be included with this build. (1) CODECOV_ENV=VAR1,VAR2. (2) -e VAR1 VAR2.