MiniCoverSettingsExtensions.

WithNonFatalThreshold(MiniCoverSettings) Method

Summary

Do not fail the build if coverage is below the threshold

Syntax

public static MiniCoverSettings WithNonFatalThreshold(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