CoverletSettings.

WithFormat(CoverletOutputFormat) Method

Summary

Add a type of format to combine with the existing output formats
Assembly
Cake.Coverlet.dll
Namespace
Cake.Coverlet
Containing Type
CoverletSettings

Syntax

public CoverletSettings WithFormat(CoverletOutputFormat format)

Parameters

Name Type Description
format CoverletOutputFormat The format type to add

Return Value

Type Description
CoverletSettings