pr-code-coverage-visualizer
Version updated for https://github.com/rosslight/pr-code-coverage-visualizer to version v2.2.1.
- This action is used across all versions by 1 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 pr-code-coverage-visualizer GitHub Action automates the visualization of test coverage in pull requests by analyzing code coverage data from one or more cobertura.xml files. It provides a detailed summary of overall and per-file coverage, highlighting covered, uncovered, and partially covered code lines within the context of the PR. This action solves the problem of manually assessing test coverage changes, enabling developers to quickly identify gaps and ensure code quality.