Below you will find pages that utilize the taxonomy term “rosslight”
January 16, 2026
pr-code-coverage-visualizer
Version updated for https://github.com/rosslight/pr-code-coverage-visualizer to version v2.2.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 by generating a detailed coverage summary as a comment on the PR. It accepts one or multiple cobertura.xml files, highlights coverage data for changed lines, and provides file-level annotations, helping developers quickly identify untested code in the context of their changes.
January 5, 2026
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.