Commit Graph

2 Commits

Author SHA1 Message Date
Joshua Hale f0f93e2527 Add helpful error for missing permissions
When the upload returns 403, surface a clear message telling the
caller to set security-events:write on their job, with a link to
the README's permissions section.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-30 11:36:35 +01:00
Joshua Hale fb6ed62786 Add composite action for code coverage upload
Wraps the PUT /repos/{owner}/{repo}/code-coverage/report API call,
handling gzip/base64 encoding, PR vs push event detection, SHA/ref
resolution, and PR number lookup automatically.

Supports both pull_request-triggered and push-only workflows.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-30 11:33:34 +01:00