fix(ci): publish coverage badge via GitHub Pages#1108
Merged
tomcasaburi merged 1 commit intomasterfrom Mar 17, 2026
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
📝 WalkthroughWalkthroughThe CI workflow for publishing the coverage badge is reworked to use GitHub Pages deployment instead of git branch operations. The coverage badge URL in documentation is updated, the badges directory is added to Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Poem
✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Comment |
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.
Summary
Verification
Note
Medium Risk
Changes the CI coverage badge publishing mechanism and GitHub permissions to use Pages/OIDC, which could break badge updates if Pages/environment settings are misconfigured. No production application code paths are affected.
Overview
Switches coverage badge publishing from force-pushing a
badgesbranch to deploying a small GitHub Pages artifact containingbadges/coverage.json(with.nojekyll), updating the workflow to useconfigure-pages,upload-pages-artifact, anddeploy-pageswith Pages/OIDC permissions.Updates the README badge endpoint to the new Pages URL, and stops tracking/generated
badges/output in git by adding it to.gitignoreand removing the committedbadges/coverage.json.Written by Cursor Bugbot for commit 2de723a. This will update automatically on new commits. Configure here.
Summary by CodeRabbit
Documentation
Chores