Releases: qiniu/goc
Releases · qiniu/goc
v1.1.0
v1.0.1
v1.0.0
goc is a comprehensive coverage testing tool for go language.
Find more information at:
https://github.com/qiniu/goc
Usage:
goc [command]
Available Commands:
build Do cover for all go files and execute go build command
clear Clear code coverage counters of all the registered services
diff Do coverage profile diff analysis, it can also work with prow and post comments to github pull request if needed
help Help about any command
init Clear the register information in order to start a new round of tests
install Do cover for all go files and execute go install command
list Lists all the registered services
profile Get coverage profile from service registry center
register Register a service into service center
run Run covers and runs the named main Go package
server Start a service registry center
Flags:
--debug run goc in debug mode
-h, --help help for goc
Use "goc [command] --help" for more information about a command.