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.
What’s Changed
What’s Changed
- Bump eslint from 9.39.4 to 10.2.1 in /demo by @dependabot[bot] in https://github.com/jbunds/coverage/pull/4
- Bump puppeteer from 24.40.0 to 24.41.0 in /demo by @dependabot[bot] in https://github.com/jbunds/coverage/pull/5
- Bump golang.org/x/mod from 0.34.0 to 0.35.0 by @dependabot[bot] in https://github.com/jbunds/coverage/pull/2
- Bump golang.org/x/tools from 0.43.0 to 0.44.0 by @dependabot[bot] in https://github.com/jbunds/coverage/pull/3
Full Changelog: https://github.com/jbunds/coverage/compare/v1...v1.0.16