mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2026-09-02 14:53:46 +00:00
The reporting step for issue #2533 was gated on failure(), which is true when any step in the job failed. Two build failures on feature branches were posted to the issue as flaky test recurrences, with the body falling back to "Could not extract failed test name" because no test had run. Gate it on the test step's own conclusion instead, and skip posting when no [ FAILED ] line turns up in the shard logs. The explicit failure() stays because an if expression with no status check function gets an implicit success().
28 KiB
28 KiB