Below you will find pages that utilize the taxonomy term “Jbunds”
April 23, 2026
Go test coverage HTML report
Version updated for https://github.com/jbunds/coverage to version v1.0.16.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action generates a navigable HTML-based visualization of Go test coverage from a coverage profile file. It automates the process of converting go tool cover output into a user-friendly interface, complete with color-coded coverage details, a browsable directory tree, and light/dark theme toggling. This tool simplifies the analysis of test coverage by providing clear insights into which lines of code are covered or missed.
April 14, 2026
Go test coverage HTML report
Version updated for https://github.com/jbunds/coverage to version v1.0.13.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action provides a tool to generate an interactive HTML-based visualization of Go test coverage, serving as a drop-in replacement for go tool cover -html. It automates the creation of navigable source file coverage reports, highlighting tested and untested lines, and organizes the results into a browsable directory tree with light/dark theme support. This simplifies understanding and reviewing test coverage across Go projects.
April 13, 2026
Go test coverage HTML report
Version updated for https://github.com/jbunds/coverage to version v1.0.12.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action provides a tool to generate an interactive HTML-based UI for visualizing Go test coverage. It automates the creation of marked-up source files and a navigable directory tree, highlighting tested and untested lines of code in green and red, respectively. This action helps developers analyze test coverage with a user-friendly interface, offering features like directory navigation and theme toggling for better code insights.
April 1, 2026
Go test coverage HTML report
Version updated for https://github.com/jbunds/coverage to version v1.0.4.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action generates a detailed, interactive HTML report from Go test coverage profiles, serving as a replacement for the go tool cover -html command. It automates the visualization of test coverage by marking lines as covered or uncovered, organizing the output into a browsable directory tree with light/dark theme toggles. This tool simplifies analyzing test coverage and improves navigation for developers inspecting Go source code coverage.