CodecovSettings.

EnableGcovSupport Property

Summary

Gets or sets a value indicating whether Codecov should run with gcov support or not.
Assembly
Cake.Codecov.dll
Namespace
Cake.Codecov
Containing Type
CodecovSettings

Syntax

public bool EnableGcovSupport { get; set; }

Value

Type Description
bool A value indicating whether Codecov should run with gcov support or not.