MiniCoverSettingsExtensions.

WithThreshold(MiniCoverSettings, float) Method

Summary

Set the coverage percentage below which the build will fail

Syntax

public static MiniCoverSettings WithThreshold(this MiniCoverSettings settings, float threshold)

Parameters

Name Type Description
settings MiniCoverSettings The settings.
threshold float The failure threshold to use

Return Value

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