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.
What’s Changed
Full Changelog: https://github.com/jbunds/coverage/compare/v1...v1.0.13