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 specifying which flags should be toggled on/off.
- Assembly
- Cake
.Codecov .dll - Namespace
- Cake
.Codecov - Containing Type
- CodecovSettings
Syntax
public IEnumerable<string> Features { get; set; }
Value
Type | Description |
---|---|
IEnumerable |
A value specifying which features should be toggled on or off. |