test-reporter icon indicating copy to clipboard operation
test-reporter copied to clipboard

sum-coverage Usage

Open pbrisbin opened this issue 7 years ago • 0 comments

Current help

Combine (sum) multiple pre-formatted coverage payloads into one.

Usage:
  cc-test-reporter sum-coverage [flags]

Flags:
  -o, --output string   output path (default "coverage/codeclimate.json")
  -p, --parts int       total number of parts to sum

Global Flags:
  -d, --debug   run in debug mode

Proposed Changes

  • Fix Usage (this accepts paths)
  • Use consistent case
  • Don't show Global Flags
  • Default --output to stdout if missing
  • Update --parts

Updated help

Combine (sum) multiple pre-formatted coverage payloads into one.

Usage:
  cc-test-reporter sum-coverage [flags] [paths]

Flags:
  -o, --output string   Output path (default stdout)
  -p, --parts int       Total number of parts to expect

pbrisbin avatar May 19 '17 12:05 pbrisbin