Skip to content

Commit

Permalink
feat: default enable c8 report (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
killagu committed Nov 10, 2022
1 parent 3c77621 commit 72e925b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cmd/cov.js
Expand Up @@ -33,7 +33,7 @@ class CovCommand extends Command {
'c8-report': {
description: 'use c8 to report coverage, default to false',
type: 'boolean',
default: false,
default: true,
},
};

Expand Down

0 comments on commit 72e925b

Please sign in to comment.