LiteCov
Version updated for https://github.com/manashmandal/litecov to version v2.
- This action is used across all versions by ? repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
LiteCov is a lightweight GitHub Action that automates code coverage reporting by detecting coverage files, supporting multiple formats (e.g., LCOV, Cobertura XML), and posting clear summaries as pull request comments. It eliminates the need for external infrastructure, simplifies integration, and provides features like commit status updates, customizable coverage thresholds, and clickable links to uncovered lines, enabling teams to easily track and improve test coverage.
Release notes
What’s Changed
- fix: annotate and report files with no test coverage by @manashmandal in https://github.com/manashmandal/litecov/pull/4
Full Changelog: https://github.com/manashmandal/litecov/compare/v1...v2