FAKE - F# Make - A DSL for build tasks and more FAKE
6.0.0

Lookig for older versions of the documentation, pre FAKE v6? See 

v5.fake.build

Coverlet Module

Contains options to run Coverlet as part of dotnet test.

Types

Type Description

CoverletParams

Coverlet MSBuild parameters. For more details see: documentation

OutputFormat

The coverage report file format.

ThresholdStat

The statistic to use when failing under a threshold.

ThresholdType

The type of coverage to use when failing under a threshold.

Functions and values

Function or value Description

Coverlet.withDotNetTestOptions param options

Full Usage: Coverlet.withDotNetTestOptions param options

Parameters:
Returns: TestOptions

Add Coverlet parameters to the dotnet test command.

param : CoverletParams -> CoverletParams

The coverlet parameters

options : TestOptions

DotNet test cli command options

Returns: TestOptions

Coverlet.withMSBuildArguments param args

Full Usage: Coverlet.withMSBuildArguments param args

Parameters:
Returns: CliArguments

Add Coverlet parameters to the MSBuild command.

param : CoverletParams -> CoverletParams

The coverlet parameters

args : CliArguments

MSBuild arguments

Returns: CliArguments