Releases: MishaKav/jest-coverage-comment
Releases · MishaKav/jest-coverage-comment
v1.0.27
What's Changed
- Fix use cases when comment post by not
github-actions[bot]
and not updated, thanks to @mluizaa00 for contribution
Full Changelog: v1.0.26...v1.0.27
v1
v1.0.26
What's Changed
- Handle case when testsuites is not the root element of the JUnit xml file, thanks to @JakeFDev for contribution in #86
Full Changelog: v1.0.25...v1.0.26
Change `node16` to `node20`
Change node16
to node20
, thanks to @kagankan for contribution
v1.0.24
- Take the right
serverUrl
in non github.com environments like selfhosted github, e.g. link to lines uses then the correct link, thanks to @c0un7-z3r0 for contribution
Remove summary error in annotations
- Remove summary error in annotations when provide one of
junitxml-path / coverage-path / multiple-files / multiple-junitxml-files
and not providecoverage-summary-path
which have default value - bump dev dependencies
support `pull_request_target` event to add comments
- Support
pull_request_target
event to add comments, thanks to @chirag-madlani for contribution
Support matrix with individual comments
What's Changed
Support matrix with individual comments. When you run in a matrix, and you want that every job will post a comment, you can use the unique-id-for-comment: ${{ matrix.node-version }}
. This will post a comment for every job, and will update them on every run by @MishaKav in #50
New Contributors
- @dependabot made their first contribution in #43
Full Changelog: v1.0.20...v1.0.21
Internal improvements, fix typos and enhance formatting
Fix failing the action when the event type is not supporte
- Fix failing the action when the event type is not
pull_request
/push
. Now it will just postwarning
message if you try to comment (and not fail the whole action). If you just using anoutput
of the action you will be able to run this action on events likeschedule
/workflow_dispatch
etc - Add full
CHANGELOG.md
(current file with all history). Those whos usedependabot
now will be able to see the changes directly in the PR