All Versions
10
Latest Version
Avg Release Cycle
17 days
Latest Release
1397 days ago
Changelog History
Changelog History
-
v1.3.1 Changes
November 19, 2020π Fix
Avoid panic if the covered service failed to register #129 (Author: @Vieira-zj )
-
v1.3.0 Changes
October 21, 2020 -
v1.2.4 Changes
October 07, 2020 -
v1.2.3 Changes
September 08, 2020 -
v1.2.2 Changes
August 06, 2020 -
v1.2.1 Changes
July 21, 2020π Fix
- make profile flag description more clearer #79
-
v1.2.0 Changes
July 20, 2020 -
v1.1.0 Changes
July 04, 2020 -
v1.0.1 Changes
June 27, 2020π Fixes
- π Fix the document for goc build and run command #47
-
v1.0.0 Changes
June 19, 2020goc 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.