Skip to content

Commit e3695ec

Browse files
Ahmad Nassriisaacs
authored andcommitted
feat(cli): remove validation for --coverage-report
this allows for custom nyc coverage report packages to be used PR-URL: #817 Credit: @ahmadnassri Close: #817 Reviewed-by: @isaacs
1 parent dd2ed0c commit e3695ec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bin/jack.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,6 @@ Much more documentation available at: https://www.node-tap.org/
376376

377377
'coverage-report': list({
378378
hint: 'type',
379-
valid: nycReporters,
380379
description: `Output coverage information using the
381380
specified istanbul/nyc reporter type.
382381
@@ -390,7 +389,7 @@ Much more documentation available at: https://www.node-tap.org/
390389
This can be run on its own at any time
391390
after a test run that included coverage.
392391
393-
Available NYC reporters:
392+
Built-in NYC reporters:
394393
${nycReporters.join(' ')}`,
395394
}),
396395

0 commit comments

Comments
 (0)