Class: DatadogAPIClient::V2::FlakyTestStats

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_pctObject

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