Skip to content

Releases: MishaKav/jest-coverage-comment

Support multiple junitxml files

15 Oct 16:38
d6b4f5e
Compare
Choose a tag to compare
- name: Jest coverage comment
  uses: MishaKav/jest-coverage-comment@main
  with:
    multiple-junitxml-files: |
      My-Title-1, ./coverage_1/junit.xml
      My-Title-2, ./coverage_2/junit.xml

image

Fix errors for old junit format

15 Oct 12:21
ebc4ddf
Compare
Choose a tag to compare

old versions like 10 of jest-junit do not provide a summary for the errors field.
calculate it manually.

Fix error when reading coverage txt

13 Oct 20:42
3c924f4
Compare
Choose a tag to compare
  • Fix error when reading coverage txt
  • Improve warnings when a comment is too long
  • Remove unrelevant suggestions from the warning

Swap branch and functions (typo)

10 Sep 19:41
e496e38
Compare
Choose a tag to compare
v1.0.15

Swap branch and functions (typo)

add ability to remove links from report

19 Aug 08:04
c90619d
Compare
Choose a tag to compare

add new properties:

  • remove-links-to-files
  • remove-links-to-lines

it will significantly reduce comment length which is useful in large reports

image

Support istanbul report

09 Aug 22:24
c796cdd
Compare
Choose a tag to compare

Add support for istanbul report (remove extra slash on folders)

support multiple files for mono repo projects

09 Aug 22:04
21b0636
Compare
Choose a tag to compare

fix changed files

28 Jun 21:49
Compare
Choose a tag to compare
  • fix changed files (when the first commit comes in push evnet, it fails to compare it with head commit)

remove strip colors

28 Jun 20:54
9918d27
Compare
Choose a tag to compare
v1.0.10

remove strip colors

Prevent total line from being treated as folder, correct spellings

17 Jun 15:55
Compare
Choose a tag to compare
  • Prevent total line from being treated as folder + correct spellings
  • Big thanks for @paescuj for the PR