CoverletSettings.

WithAttributeExclusion(string) Method

Summary

Adds a attribute to the list of attribute to exclude
Assembly
Cake.Coverlet.dll
Namespace
Cake.Coverlet
Containing Type
CoverletSettings

Syntax

public CoverletSettings WithAttributeExclusion(string attribute)

Parameters

Name Type Description
attribute string The attribute to exclude

Return Value

Type Description
CoverletSettings