coverify
Version:
code coverage browserify transform
27 lines (14 loc) • 520 B
Plain Text
usage: coverify OPTIONS
OPTIONS are:
--json
Suppress normal output and print json coverage data to stdout.
-q, --quiet
Don't print non-coverage input back out to stdout and print coverage
output to stdout instead of stderr.
-c, --color
Use color in the output. Default: true if stdout is a TTY.
--stdout
Always print non-coverage input back out to stdout.
-o FILE, --output FILE
Print coverage data to FILE. Use "@2" for stderr (the default) and
"@1" or "-" for stdout.