Class: DatadogAPIClient::V2::FlakyTestStats
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::FlakyTestStats
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/flaky_test_stats.rb
Overview
Test statistics for the flaky test.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#failure_rate_pct ⇒ Object
The failure rate percentage of the test for the past 7 days.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
27 28 29 |
# File 'lib/datadog_api_client/v2/models/flaky_test_stats.rb', line 27 def additional_properties @additional_properties end |
#failure_rate_pct ⇒ Object
The failure rate percentage of the test for the past 7 days. This is the number of failed test runs divided by the total number of test runs (excluding skipped test runs).
25 26 27 |
# File 'lib/datadog_api_client/v2/models/flaky_test_stats.rb', line 25 def failure_rate_pct @failure_rate_pct end |