Skip to content

Releases: davelosert/vitest-coverage-report-action

v2.2.0

17 Dec 13:28

Choose a tag to compare

2.2.0 (2023-12-17)

Features

  • Allow commenting on pull requests from forks (#316) (d8cdd10)

v2.1.1

30 Jul 18:10

Choose a tag to compare

2.1.1 (2023-07-30)

Bug Fixes

  • Only warn on missing vite-config and improve warning message (#260) (746b700)

v2.1.0

17 Jun 18:15

Choose a tag to compare

2.1.0 (2023-06-17)

Features

v2.0.0

13 Jun 10:48

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

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

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

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

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

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

Choose a tag to compare

1.1.0 (2022-06-18)

Features

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