Skip to content

Releases: davelosert/vitest-coverage-report-action

v2.0.0

13 Jun 10:48
Compare
Choose a tag to compare

2.0.0 (2023-06-13)

Bug Fixes

Features

  • Add option to choose mode for display file coverage (#192) (148463f)

BREAKING CHANGES

  • The File-Coverage will now only report files that were actually changed in the pull-request on default. This is to avoid large projects having problems with the comments on the PR being too big. To get the old behavior (always report all tested files), use the new setting 'file-coverage-mode: all'.

v1.4.0

20 Mar 07:06
Compare
Choose a tag to compare

1.4.0 (2023-03-20)

Features

  • Support to look for default config names in the same places as vite (#168) (b2aa4c4)

v1.3.2

11 Feb 15:53
Compare
Choose a tag to compare

1.3.2 (2023-02-11)

Bug Fixes

  • Makes action just warn on missing permissions to pr (#147) (50ed2cb)

v1.3.1

03 Jan 08:28
Compare
Choose a tag to compare

1.3.1 (2023-01-03)

Bug Fixes

  • Maintenance release with all dependencies updated (c13b913)

v1.3.0

30 Sep 13:23
Compare
Choose a tag to compare

1.3.0 (2022-09-30)

Bug Fixes

  • Sets correct headline for default working directory (#61) (c612851)

Features

  • Support custom working directory input (#57) (cc4a408)

v1.2.0

08 Jul 14:16
Compare
Choose a tag to compare

1.2.0 (2022-07-08)

Features

  • Adds file based coverage report (#8) (34f51ec)

v1.1.0

18 Jun 13:21
Compare
Choose a tag to compare

1.1.0 (2022-06-18)

Features

  • Make summary and vite config path configurable (76deada)

v1.0.0

17 Jun 09:49
Compare
Choose a tag to compare

1.0.0 (2022-06-17)

Bug Fixes

  • Adjusts dirname in test (ad260cd)
  • adjusts output of the action (9e94760)
  • Remove vite as dependency to read the thresholds to allow a standalone build (#4) (876bb01)

Features

  • Adds coverage percentage to report (8253128)
  • Adds dist folder with build files (2602b9f)
  • Adds initial markdown creation (c249309)
  • Adds initial workflow to test action itself (c9b3d4b)
  • Adds threshold parsing from vitest config (865faf2)
  • Adds writing and updating a comment in a pr (7af8e43)
  • Switches to core.summary implementation and adds summary to workflow (5a59f3c)

BREAKING CHANGES

  • This will be the first release of this action