ci: drop Code Quality coverage upload (unavailable on public/free repo) - #53
Merged
Merged
Conversation
GitHub Code Quality coverage-on-PRs is only available on GitHub Enterprise Cloud/Team (public-preview changelog 2026-05-26), so it cannot be enabled on this public/free open-source repo — the upload_code-coverage action 404s and there is no setting to turn it on. Remove the four upload steps and the code-quality:write permission rather than mask them behind a silent fail-on-error:false. The in-CI 85% coverage gate (pnpm -r test:coverage) remains the real protection; the job is renamed 'Coverage — 85% gate' to match. Documented in docs/06 field notes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
GitHub Code Quality coverage-on-PRs is only available on GitHub Enterprise Cloud/Team (per the public-preview changelog, Availability and pricing). It cannot be enabled on this public/free open-source repo — the
actions/upload-code-coverageupload 404s and there is no setting to turn it on.Rather than mask a permanently-404ing step behind a silent
fail-on-error: false, this removes the four upload steps and thecode-quality: writepermission. The in-CI 85% coverage gate (pnpm -r test:coverage) remains the real protection.Coverage → Code Quality→Coverage — 85% gateto match reality (branch-protection required-check list updated to match).docs/06-field-notes.md.