Cover 2
Version updated for https://github.com/mcclurejt/cover-2 to version 1.0.1.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The cover-2 GitHub Action processes LCOV coverage files, calculates coverage changes (deltas) between the base and head branches, and posts a detailed coverage report as a comment on pull requests. It automates the comparison of code coverage metrics, highlights per-file changes, and offers features like baseline storage for tracking historical coverage and customizable pass/fail thresholds. This action streamlines code review by providing clear insights into how changes impact test coverage, reducing manual analysis and ensuring code quality.
Release notes
What’s Changed
- docs: fix action version references in README examples by @mcclurejt in https://github.com/mcclurejt/cover-2/pull/5
Full Changelog: https://github.com/mcclurejt/cover-2/compare/1.0.0...1.0.1