command
module
Version:
v1.0.2
Opens a new window with list of versions in this module.
Published: Jan 15, 2025
License: BSD-3-Clause, MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
A tool to generate Markdown summaries of Go coverage results.
Useful for generating coverage summaries for Github Actions build summaries, PR comments.
go install github.com/axw/gocov/gocov@latest
go install github.com/ct1n/gocov-md@latest
Usage
go test -coverprofile=cov.out
gocov convert cov.out | gocov-md >cov.md
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.