Registry / testing / matm-gocov-html

matm-gocov-html

JSON →
library1.4.0gogounverified

Package gocov-html generates HTML coverage reports from Go coverage profiles.

go get github.com/matm/gocov-html
INSTALL
IMPORT
SIG · MATM-GOCOV-HTML
M
matm-gocov-html
testinggov1.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

gocovhtml
github.com/matm/gocov-html

Generates HTML coverage report from stdin to stdout.

package main import ( "os" "github.com/matm/gocov-html" ) func main() { gocovhtml.Generate(os.Stdin, os.Stdout) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.4.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
matm-gocov-html — go get matm-gocov-html · libregistry