Skip to content

Releases: davelosert/vitest-coverage-report-action

v1.0.0

17 Jun 09:49

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