MiniCoverSettingsExtensions.

WithFatalThreshold(MiniCoverSettings) Method

Summary

Fail the build if coverage is below the threshold. This is the default behavior.

Syntax

public static MiniCoverSettings WithFatalThreshold(this MiniCoverSettings settings)

Parameters

Name Type Description
settings MiniCoverSettings The Settings.

Return Value

Type Description
MiniCoverSettings The MiniCoverSettings instance so that multiple calls can be chained