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
ci(coverage): fix llvm-cov report invocation and add job timeout
The `report` subcommand does not accept `--workspace`/`--exclude` (those are
specific to the test-running form), which failed the summary and HTML steps.
Switch to the canonical collect-once/report-many pattern: `--no-report` gathers
coverage (excluding my-llvm), then `report` renders the floor gate, summary,
LCOV, and HTML from the collected data. Also add timeout-minutes to the job.
https://claude.ai/code/session_014uKLLhZiAGNayhLjdxGXUx
0 commit comments