Skip to content

Bump orgoro/coverage from 3.2 to 3.3 in the github-actions group across 1 directory#3205

Open
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/github_actions/dev/github-actions-b33d851366
Open

Bump orgoro/coverage from 3.2 to 3.3 in the github-actions group across 1 directory#3205
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/github_actions/dev/github-actions-b33d851366

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 30, 2026

Bumps the github-actions group with 1 update in the / directory: orgoro/coverage.

Updates orgoro/coverage from 3.2 to 3.3

Release notes

Sourced from orgoro/coverage's releases.

v3.3 — node24 runtime, configurable title, docs

Runtime

  • bumps action runtime from node20 to node24
  • internal: TypeScript ^5.4, @types/node ^24, jest/ts-jest ^29

Features

  • new title input — heading text for the PR comment. Default changed from Python Coverage to Code Coverage since the action works for any language producing cobertura xml. Setting a unique value per matrix entry (e.g. Python Coverage 3.10, Python Coverage 3.11) posts separate comments instead of overwriting one shared one. Closes #328, #320.

Docs

  • README now documents required token permissions (contents: read, pull-requests: write). Closes #310.

Fixes

  • overall-coverage table column LinesStatements to match coverage.py terminology. Closes #250.

⚠️ Upgrade note

The default title changed from Python Coverage to Code Coverage. The first post-upgrade run will create a new comment instead of updating the existing Python Coverage one (the old comment becomes orphaned on each open PR). To preserve the old behavior, pin the title:

- uses: orgoro/coverage@v3.3
  with:
    coverageFile: path/to/coverage.xml
    token: ${{ secrets.GITHUB_TOKEN }}
    title: "Python Coverage"

Full changelog: orgoro/coverage@v3.2...v3.3

Commits
  • 71cf993 Bump runtime to node24 + configurable title, permissions docs, statements col...
  • 7dbd48c Fix copy-paste mistake on README.md (#327)
  • See full diff in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code labels Apr 30, 2026
@dependabot dependabot Bot changed the title Bump orgoro/coverage from 3.2 to 3.3 in the github-actions group Bump orgoro/coverage from 3.2 to 3.3 in the github-actions group across 1 directory May 4, 2026
@dependabot dependabot Bot force-pushed the dependabot/github_actions/dev/github-actions-b33d851366 branch from 4aa8e8a to adc39a3 Compare May 4, 2026 21:53
Bumps the github-actions group with 1 update in the / directory: [orgoro/coverage](https://github.com/orgoro/coverage).


Updates `orgoro/coverage` from 3.2 to 3.3
- [Release notes](https://github.com/orgoro/coverage/releases)
- [Commits](orgoro/coverage@v3.2...v3.3)

---
updated-dependencies:
- dependency-name: orgoro/coverage
  dependency-version: '3.3'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/github_actions/dev/github-actions-b33d851366 branch from adc39a3 to 9ca41c3 Compare May 12, 2026 00:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants