Bump runtime to node24 + configurable title, permissions docs, statements column#349
Merged
Bump runtime to node24 + configurable title, permissions docs, statements column#349
Conversation
- bump action runtime to node24, @types/node ^24, typescript ^5.4 - add `title` input so users can rename the PR comment heading (closes #328) and post separate comments per matrix entry (closes #320) - document required token permissions in README (closes #310) - rename overall-coverage column from "Lines" to "Statements" to match coverage.py terminology (closes #250) Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
00f042e to
57d53a7
Compare
☂️ Python Coverage
Overall Coverage
New FilesNo new covered files... Modified Files
|
Switch from "Python Coverage" since the action works for any language producing cobertura xml. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
☂️ Code Coverage
Overall Coverage
New FilesNo new covered files... Modified Files
|
…itly - jest/ts-jest/@types/jest 27 -> 29 (ts-jest@27 peer-deps typescript<5) - declare @typescript-eslint/eslint-plugin as a dev dep instead of relying on transitive hoisting via eslint-plugin-github - disable i18n-text/no-en (newer eslint-plugin-github enables it; this action's output is English-only by design) Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
No package.json change. Fresh install dedupes @typescript-eslint/* to 5.62.0 across the tree now that we declare the eslint-plugin explicitly. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This was referenced Apr 30, 2026
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
Two related scopes bundled because they overlap on
action.ymland the rebuiltdist/:Runtime bump
action.yml:using: node20→node24@types/node^18.11.11→^24.0.0typescript^4.6.4→^5.4.5(TS 4.6 can't parse the new node typings)dist/Issue fixes
titleinput. DefaultPython Coveragekeeps current behavior; setting a unique value per matrix entry (e.g.Python Coverage 3.10) makes each run post its own comment instead of overwriting one shared one. The title is also used as the prefix when matching existing comments to update.contents: read+pull-requests: writeand shows them in the minimal-config example.Lines→Statementsto matchcoverage.pyterminology.Test plan
npm run allpasses locally (build + format + lint + package + test, 5/5 tests)uses: ./self-test) posts a coverage comment using the node24 runtime# ☂️ Python Coverage(default unchanged)title: "Python Coverage 3.11"in a downstream workflow to confirm matrix-style separate comments🤖 Generated with Claude Code