vitest-coverage-report-action

A GitHub Action to report vitest test coverage results

MIT License

Stars
149
Committers
12

Bot releases are visible (Hide)

vitest-coverage-report-action - v2.6.0 Latest Release

Published by daves-release-app[bot] 19 days ago

2.6.0 (2024-09-30)

Bug Fixes

  • deps-dev: bump vite from 5.4.3 to 5.4.6 (#418) (a2527f3)
  • deps: bump rollup from 4.21.2 to 4.22.4 to fix high severity alert (#422) (f8d4182)
  • security: bump micromatch from 4.0.5 to 4.0.8 to fix low-severity vulnerability (#407) (486156a)

Features

  • Add option pr-number: "auto" to automatically find a pr-number for push-events (#424) (001cef1)
  • Adds the CommitSHA to the report and fixes CommitSHA gathering in changed file links (dea95aa)
vitest-coverage-report-action - v2.5.1

Published by daves-release-app[bot] about 2 months ago

2.5.1 (2024-08-22)

Bug Fixes

  • Pass PR number to the getPullChanges (ac05960)
vitest-coverage-report-action - v2.5.0

Published by github-actions[bot] 4 months ago

2.5.0 (2024-06-25)

Bug Fixes

  • deps: bump braces from 3.0.2 to 3.0.3 (#374) (1ae9c3f)

Features

vitest-coverage-report-action - v2.4.0

Published by github-actions[bot] 4 months ago

2.4.0 (2024-06-11)

Features

  • allow user defined pull request number (#369) (9455b83)
vitest-coverage-report-action - v2.3.1

Published by github-actions[bot] 6 months ago

2.3.1 (2024-04-12)

Bug Fixes

vitest-coverage-report-action - v2.3.0

Published by github-actions[bot] 8 months ago

2.3.0 (2024-02-26)

Features

vitest-coverage-report-action - v2.2.1

Published by github-actions[bot] 9 months ago

2.2.1 (2024-02-06)

Bug Fixes

vitest-coverage-report-action - v2.2.0

Published by github-actions[bot] 10 months ago

2.2.0 (2023-12-17)

Features

  • Allow commenting on pull requests from forks (#316) (d8cdd10)
vitest-coverage-report-action - v2.1.1

Published by github-actions[bot] about 1 year ago

2.1.1 (2023-07-30)

Bug Fixes

  • Only warn on missing vite-config and improve warning message (#260) (746b700)
vitest-coverage-report-action - v2.1.0

Published by github-actions[bot] over 1 year ago

2.1.0 (2023-06-17)

Features

vitest-coverage-report-action - v2.0.0

Published by github-actions[bot] over 1 year ago

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'.
vitest-coverage-report-action - v1.4.0

Published by github-actions[bot] over 1 year ago

1.4.0 (2023-03-20)

Features

  • Support to look for default config names in the same places as vite (#168) (b2aa4c4)
vitest-coverage-report-action - v1.3.2

Published by github-actions[bot] over 1 year ago

1.3.2 (2023-02-11)

Bug Fixes

  • Makes action just warn on missing permissions to pr (#147) (50ed2cb)
vitest-coverage-report-action - v1.3.1

Published by github-actions[bot] almost 2 years ago

1.3.1 (2023-01-03)

Bug Fixes

  • Maintenance release with all dependencies updated (c13b913)
vitest-coverage-report-action - v1.3.0

Published by github-actions[bot] about 2 years ago

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)
vitest-coverage-report-action - v1.2.0

Published by github-actions[bot] over 2 years ago

1.2.0 (2022-07-08)

Features

  • Adds file based coverage report (#8) (34f51ec)
vitest-coverage-report-action - v1.1.0

Published by github-actions[bot] over 2 years ago

1.1.0 (2022-06-18)

Features

  • Make summary and vite config path configurable (76deada)
vitest-coverage-report-action - v1.0.0

Published by github-actions[bot] over 2 years ago

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