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
Handle flat single-artifact layout in strict-status reporting
Post-merge verification of the workflow_run flow (test PR #948) showed
no ubuntu-py313-strict check run was posted: with a pattern matching
exactly one artifact, download-artifact extracts it directly into the
destination directory instead of a per-artifact subdirectory, so the
script's scan for strict-job-outcome-* directories found nothing and
returned "nothing to report".
Scan for the strict-outcome.json files themselves, supporting both the
flat single-artifact layout and the per-artifact subdirectory layout
that appears once the expected-failures matrix has more than one entry.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01M5FNYqVHbKLbVSGJGftLrL
0 commit comments