Skip to content

Releases: qiniu/goc

v1.1.0

04 Jul 16:27
f4d07c6
Compare
Choose a tag to compare

Feature

  1. support goc auto-version management #60 #55
  2. support specific fixed port when compile service #54

Fix

  1. Compatible with more Go List exception scenarios #58

v1.0.1

27 Jun 05:33
da04bb4
Compare
Choose a tag to compare

Fixes

  • Fix the document for goc build and run command #47

v1.0.0

19 Jun 07:45
304aaf0
Compare
Choose a tag to compare
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.