SonarBeginSettings.

TestInclusions Property

Summary

Comma-delimited list of test file path patterns to be included in analysis. When set, only test files matching the paths set here will be included in analysis.
Assembly
Cake.Sonar.dll
Namespace
Cake.Sonar
Containing Type
SonarBeginSettings

Syntax

public string TestInclusions { get; set; }

Attributes

Type Description
ArgumentAttribute

Value

Type Description
string