LCOV Summary Reporter
Version updated for https://github.com/pre-history/lcov-summary-action to version lcov-summary-action-v0.7.0.
- This action is used across all versions by 5 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The LCOV Summary Action is a GitHub Action designed to automate the analysis and reporting of LCOV code coverage in pull requests. It provides a clear summary of coverage changes, including visualizations and optional feedback, helping developers maintain and track high test coverage without disrupting workflows. The action enhances transparency by commenting on pull requests and optionally enforcing coverage thresholds or flagging coverage decreases.
Release notes
0.7.0 (2025-12-22)
Features
- upgrade to Node.js 24, fix coverage threshold defaults, modernize TypeScript target to ES2022, and consolidate badge generation logic (40c3980)