CodecovSettings.

NonZero Property

Summary

Gets or sets a value indicating whether Codecov should exit with a non-zero exit code on errors.
Assembly
Cake.Codecov.dll
Namespace
Cake.Codecov
Containing Type
CodecovSettings

Syntax

public bool NonZero { get; set; }

Value

Type Description
bool Whether Codecov should exit with a non-zero exit code on errors.