Summary
Description of code coverage information to publish to Azure Pipelines.
- Namespace
- Cake
.Common .Build .AzurePipelines .Data - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["AzurePipelinesPublishCodeCoverageData"]
class Type type-node
Syntax
public class AzurePipelinesPublishCodeCoverageData
Properties
Name | Value | Summary |
---|---|---|
Additional |
FilePath[] |
Gets or sets the file paths for any additional code coverage files to be published as artifacts of the build.
|
CodeCoverageTool | Azure |
Gets or sets the tool from which code coverage results are generated.
|
ReportDirectory | DirectoryPath |
Gets or sets the path of the code coverage HTML report directory. The report directory is published for later viewing as an artifact of the build.
|
SummaryFileLocation | FilePath |
Gets or sets the path of the summary file containing code coverage statistics, such as line, method, and class coverage.
|
Extension Methods
Name | Value | Summary |
---|---|---|
Dump |
string |
Get a basic string representation of specified object.
From LoggingExtensions
Requires the Cake.Incubator addin
|
IsIn |
bool |
Checks if the source is contained in a list
From EnumerableExtensions
Requires the Cake.Incubator addin
|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From Extensions
Requires the Cake.Ftp addin
|
NotNull |
void |
From IssuesArgumentChecks
Requires the Cake.Issues addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|