AzurePipelinesPublishCodeCoverageData Class

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
AdditionalCodeCoverageFiles FilePath[]
Gets or sets the file paths for any additional code coverage files to be published as artifacts of the build.
CodeCoverageTool AzurePipelinesCodeCoverageToolType?
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<AzurePipelinesPublishCodeCoverageData>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<AzurePipelinesPublishCodeCoverageData>(AzurePipelinesPublishCodeCoverageData[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<AzurePipelinesPublishCodeCoverageData>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<AzurePipelinesPublishCodeCoverageData>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<AzurePipelinesPublishCodeCoverageData>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<AzurePipelinesPublishCodeCoverageData>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin