Skip to content

Releases: MishaKav/jest-coverage-comment

v1.0.29

24 Sep 16:14
174f9cb

Choose a tag to compare

What's Changed

  • Add text-instead-badge option to display simple text instead of badge images for coverage display
  • Text mode shows coverage in the same format as other columns: "XX.XX% (covered/total)"
  • Applies to all coverage reports: main summary and multiple-files tables
  • Maintains backward compatibility - badge mode remains the default

Before (badges):

Lines Statements Branches Functions
Coverage: 78%
76.74% (33/43) 100% (0/0) 33.33% (2/6)

After (text):

Lines Statements Branches Functions
78.57% (33/42) 76.74% (33/43) 100% (0/0) 33.33% (2/6)

Full Changelog: v1.0.28...v1.0.29

v1

14 Oct 14:21
174f9cb

Choose a tag to compare

v1

What's Changed

just a v1 tag that will point to the latest version (started from v1.0.27).
Currently MishaKav/jest-coverage-comment@main, is widely used by other devs and always points to the latest version also.

v1.0.28

09 Aug 16:01
aa3935c

Choose a tag to compare

What's Changed

✨ New Features

  • 🚀 Added support for workflow_dispatch and workflow_run events with new issue-number input
  • 🎯 Enhanced report-only-changed-files to work with manual PR specification

🔧 Improvements

  • 📚 Restructured and enhanced README with better examples and troubleshooting
  • ⬆️ Updated all package dependencies to latest versions

This release expands GitHub workflow event support and improves documentation while keeping
dependencies current. 🎉

#108
Full Changelog: v1.0.27...v1.0.28

v1.0.27

18 Sep 05:56
d742388

Choose a tag to compare

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.0.26

30 Apr 08:38
434e6d2

Choose a tag to compare

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`

30 Jan 08:27
c2d5cfd

Choose a tag to compare

Change node16 to node20, thanks to @kagankan for contribution

v1.0.24

23 Nov 13:16
f2e8b56

Choose a tag to compare

  • 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

13 Mar 21:54
41b5ca0

Choose a tag to compare

  • Remove summary error in annotations when provide one of junitxml-path / coverage-path / multiple-files / multiple-junitxml-files and not provide coverage-summary-path which have default value
  • bump dev dependencies

support `pull_request_target` event to add comments

07 Jan 15:24
c0e038b

Choose a tag to compare

  • Support pull_request_target event to add comments, thanks to @chirag-madlani for contribution

Support matrix with individual comments

02 Dec 21:28
131d9dc

Choose a tag to compare

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

Full Changelog: v1.0.20...v1.0.21