pr-code-coverage-visualizer
Version updated for https://github.com/rosslight/pr-code-coverage-visualizer to version v2.0.0.
- This action is used across all versions by ? repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The pr-code-coverage-visualizer GitHub Action automates the process of analyzing and visualizing code coverage for pull requests. It parses one or more cobertura.xml files and adds a comment to the PR summarizing overall coverage and highlighting per-file coverage details, including line-by-line annotations. This action helps developers quickly assess the impact of their changes on test coverage, improving code quality and review efficiency.
Release notes
2.0.0 (2026-01-04)
⚠ BREAKING CHANGES
- Update runner to node24
Features
- Add logging information to markdown generation (5481319)
- Drop non-functional function-coverage (e239e8c)
- Improved markdown generation with repo summary (b486b3a)
- Refactor generator and get truncation working (0ada9bc)
Bug Fixes
- Calculate repo wide coverage correctly (d1b88dd)
- Comment on open PRs only (7468ba1)
- Consolidate percentage formatting (a87a571)
- Ordering and whitespaces (178c9f6)
- Parse git diff files with absolute paths (a999cfa)
- Spacing between badges to ensure they are rendered in a single line (eb9dcf9)
Build System
- Update runner to node24 (3e8aa38)