Class: DatadogAPIClient::V2::CoverageSummaryAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CoverageSummaryAttributes
- 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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#codeowners ⇒ Object
Coverage statistics broken down by code owner.
-
#evaluated_flags_count ⇒ Object
Total number of coverage flags evaluated.
-
#evaluated_reports_count ⇒ Object
Total number of coverage reports evaluated.
-
#patch_coverage ⇒ Object
Overall patch coverage percentage.
-
#services ⇒ Object
Coverage statistics broken down by service.
-
#total_coverage ⇒ Object
Overall total coverage percentage.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
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 |
#codeowners ⇒ Object
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_count ⇒ Object
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_count ⇒ Object
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_coverage ⇒ Object
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 |
#services ⇒ Object
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_coverage ⇒ Object
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 |