JK Coverage Badge
Version updated for https://github.com/jedi-knights/coverage-badge to version v0.3.1.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The coverage-badge GitHub Action automates the process of updating a coverage badge in your repository’s README by extracting the line coverage percentage from supported test coverage files (e.g., LCOV, Cobertura XML, Coveralls JSON, or Istanbul/NYC JSON). It eliminates the need for external badge services and ensures your badge remains accurate, while offering optional features like coverage thresholds to enforce minimum standards and linking badges to detailed reports. This action streamlines coverage reporting and integrates seamlessly with GitHub-hosted runners.
What’s Changed
0.3.1 (2026-04-11)
Bug Fixes
- ci: add cache-busting query param to report-url (30c95fe)