Skip to content

Tags: orgoro/coverage

Tags

v3.3.1

Toggle v3.3.1's commit message
v3.3.1 — patch: treat renamed files as modified

Fix
- compareCommits was only counting files with status 'added' or
  'modified'. The GitHub compare API also returns 'renamed' for git
  rename detection — those files were silently dropped, so refactor
  PRs that rename files lost coverage tracking on them. Now renamed
  files are included as modified. (#350, originally proposed in #325
  by @mangunowsky)

v3.3

Toggle v3.3's commit message
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 posts separate comments instead of one
  shared one (#328, #320).

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

Fixes
- overall-coverage table column "Lines" → "Statements" to match
  coverage.py terminology (#250).

Heads-up for upgraders: the default title changed, so the first
post-upgrade run will create a new "Code Coverage" comment instead
of updating the existing "Python Coverage" one. Set
`title: "Python Coverage"` to keep the old behavior.

v3.2

Toggle v3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
node 20 and skip instead of fail on no pr actions (#295)

v3.1

Toggle v3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
new node custom indicators & escaping (#249)

v3

Toggle v3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
rename (#173)

* rename

* rename image

v2.1

Toggle v2.1's commit message

Unverified

This user has not yet uploaded their public signing key.
status typo

v2

Toggle v2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bugfix/status (#48)

v1

Toggle v1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
check (#33)