We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac1ff14 commit 6a472a9Copy full SHA for 6a472a9
.ci/generate_test_report_lib.py
@@ -273,7 +273,9 @@ def plural(num_tests):
273
)
274
report.extend(_format_failures(ninja_failures, failure_explanations))
275
else:
276
- report.extend(["", ":white_check_mark: The build succeeded and all tests passed."])
+ report.extend(
277
+ ["", ":white_check_mark: The build succeeded and all tests passed."]
278
+ )
279
280
if failures or return_code != 0:
281
report.extend(["", UNRELATED_FAILURES_STR])
0 commit comments