Jest Test Report
Version updated for https://github.com/greguintow/jest-coverage-comment to version 0.1.14.
- This action is used across all versions by 1 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The “Jest Coverage Comment” GitHub Action automatically posts a HTML test coverage report to a pull request or commit based on a Jest coverage summary generated in a preceding step. While it does not execute tests itself, it streamlines the process of sharing coverage results, enabling developers to easily track test coverage metrics directly within GitHub workflows. This action enhances collaboration and visibility for code quality during the development lifecycle.
Release notes
- Fix coverage checking if was lower than required coverage to be successful instead of greater or equal
Full Changelog: https://github.com/greguintow/jest-coverage-comment/compare/0.1.13...0.1.14