JK Coverage Badge
Version updated for https://github.com/jedi-knights/coverage-badge to version v0.2.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 automatically updates the coverage badge in your README by extracting the line coverage percentage from a test coverage report (e.g., LCOV, Cobertura XML, Coveralls JSON, or Istanbul/NYC JSON). It eliminates the need for external services or manually committing badge updates, ensuring accurate and up-to-date coverage information. Additionally, it supports features like auto-detection of coverage files, customizable failure thresholds for coverage, and outputs the coverage percentage for use in subsequent workflow steps.
What’s Changed
0.2.1 (2026-04-10)
Bug Fixes
- docs: correct action version references from v1 to v0 (f9bc7d1)