Angular coverage badges
Version updated for https://github.com/demyanets/angular-coverage-badges-action to version v3.
- This action is used across all versions by 73 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Angular Coverage Badges GitHub Action automates the process of converting Angular LCOV test coverage data into coverage badges and committing them to your repository. This eliminates the need for external services, preserving data privacy while providing a visual representation of code coverage for single or multi-project Angular repositories. It simplifies the workflow by integrating badge generation and repository updates directly into your CI/CD pipeline.
What’s Changed
- Merge pull request #19 from demyanets/feature/Update-to-new-coverage-summary-format (f423430)
- Updated to new coverage-summary.json (c1c4c63)
- Merge pull request #18 from demyanets/feature/upgrade_node24 (36eb563)
- Updated actions/checkout and actions/setup-node to v5 (7f9031a)
- Fix issue with the “net” dependency (6277ebe)
- Change to ESM bundle (9c1341f)
- CommonJS fix (bfc5c0f)
- Remove jest tests (35043d1)
- All dependencies were updated (3ac74be)
- Add test run to the workflow (5469741)