Class: DatadogAPIClient::V2::CoverageSummaryAttributes

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/coverage_summary_attributes.rb

Overview

Attributes object for code coverage summary response.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



42
43
44
# File 'lib/datadog_api_client/v2/models/coverage_summary_attributes.rb', line 42

def additional_properties
  @additional_properties
end

#codeownersObject

Coverage statistics broken down by code owner.



25
26
27
# File 'lib/datadog_api_client/v2/models/coverage_summary_attributes.rb', line 25

def codeowners
  @codeowners
end

#evaluated_flags_countObject

Total number of coverage flags evaluated.



28
29
30
# File 'lib/datadog_api_client/v2/models/coverage_summary_attributes.rb', line 28

def evaluated_flags_count
  @evaluated_flags_count
end

#evaluated_reports_countObject

Total number of coverage reports evaluated.



31
32
33
# File 'lib/datadog_api_client/v2/models/coverage_summary_attributes.rb', line 31

def evaluated_reports_count
  @evaluated_reports_count
end

#patch_coverageObject

Overall patch coverage percentage.



34
35
36
# File 'lib/datadog_api_client/v2/models/coverage_summary_attributes.rb', line 34

def patch_coverage
  @patch_coverage
end

#servicesObject

Coverage statistics broken down by service.



37
38
39
# File 'lib/datadog_api_client/v2/models/coverage_summary_attributes.rb', line 37

def services
  @services
end

#total_coverageObject

Overall total coverage percentage.



40
41
42
# File 'lib/datadog_api_client/v2/models/coverage_summary_attributes.rb', line 40

def total_coverage
  @total_coverage
end