Skip to content

Bump orgoro/coverage from 3.2 to 3.3#253

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/orgoro/coverage-3.3
Open

Bump orgoro/coverage from 3.2 to 3.3#253
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/orgoro/coverage-3.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 1, 2026

Bumps 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 compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [orgoro/coverage](https://github.com/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
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 1, 2026
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