This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.MiniCover.
Summary
Fail the build if coverage is below the threshold. This is the default behavior.
- Assembly
- Cake
.MiniCover .dll - Namespace
- Cake
.MiniCover .Settings - Containing Type
- Mini
Cover Settings Extensions
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 |