Skip to content

Commit

Permalink
(GH-93) Add missing documentation value on property
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiringWorm committed Jul 8, 2020
1 parent 21702c4 commit d6c91a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Source/Cake.Codecov/CodecovSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ public IEnumerable<string> Envs
/// <summary>
/// Gets or sets a value specifying which flags should be toggled on/off.
/// </summary>
/// <value>
/// A value specifying which features should be toggled on or off.
/// </value>
public IEnumerable<string> Features
{
get => GetValue<IEnumerable<string>>("--feature");
Expand Down

0 comments on commit d6c91a3

Please sign in to comment.