ReportCodeCoverageOptions Class

Summary

ReportCodeCoverageOptions.
Assembly
Rocket.Surgery.Cake.dll
Namespace
Rocket.Surgery.Cake.TfsTasks
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["ReportCodeCoverageOptions"] class Type type-node

Syntax

public class ReportCodeCoverageOptions

Constructors

Properties

Name Value Summary
AdditionalCodeCoverageFiles IEnumerable<FilePath>
Gets or sets the additional code coverage files.
CodeCoverageType CodeCoverageType
Gets the type of the code coverage.
ReportDirectory DirectoryPath
Gets or sets the report directory.
SummaryFile FilePath
Gets or sets the summary file.

Extension Methods