You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .generator/schemas/v2/openapi.yaml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -38219,6 +38219,10 @@ components:
38219
38219
Test runs are tagged with @test.test_management.attempt_to_fix_passed and @test.test_management.is_attempt_to_fix when the attempt to fix workflow is triggered.
38220
38220
example: I42TEO
38221
38221
type: string
38222
+
broken_test:
38223
+
description: Whether every non-skipped run of the test failed over the last 7 days.
38224
+
example: false
38225
+
type: boolean
38222
38226
codeowners:
38223
38227
description: The name of the test's code owners as inferred from the repository configuration.
Test runs are tagged with @test.test_management.attempt_to_fix_passed and @test.test_management.is_attempt_to_fix when the attempt to fix workflow is triggered.
123
126
:type attempt_to_fix_id: str, optional
124
127
128
+
:param broken_test: Whether every non-skipped run of the test failed over the last 7 days.
129
+
:type broken_test: bool, optional
130
+
125
131
:param codeowners: The name of the test's code owners as inferred from the repository configuration.
0 commit comments