Suzhuorong

Avatar
  • Total activity 2
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1
  • Suzhuorong created a post,
    Answered

    What's the command to run test with coverage?

    I use Goland integrated run with coverage and see a coverage percentage in project view.   I also use terminal to run test with coverage manually: 1. `go test -coverprofile=cover.out ./...` 2. `go ...