Skip to content

Releases: davelosert/vitest-coverage-report-action

v2.4.0

11 Jun 18:04
Compare
Choose a tag to compare

2.4.0 (2024-06-11)

Features

  • allow user defined pull request number (#369) (9455b83)

v2.3.1

12 Apr 09:35
Compare
Choose a tag to compare

2.3.1 (2024-04-12)

Bug Fixes

v2.3.0

26 Feb 19:31
Compare
Choose a tag to compare

2.3.0 (2024-02-26)

Features

v2.2.1

06 Feb 17:25
Compare
Choose a tag to compare

2.2.1 (2024-02-06)

Bug Fixes

v2.2.0

17 Dec 13:28
Compare
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
Compare
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
Compare
Choose a tag to compare

2.1.0 (2023-06-17)

Features

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)