Skip to content

Commit

Permalink
include lcov report by default with c8 --coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
ChALkeR committed Jul 28, 2024
1 parent 8febff3 commit 9dced8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ if (options.coverage) {
args.unshift(options.binary)
options.binary = c8
// perhaps use text-summary ?
args.unshift('-r', 'text', '-r', 'html')
args.unshift('-r', 'text', '-r', 'html', '-r', 'lcov')
} else {
throw new Error(`Unknown coverage engine: ${JSON.stringify(options.coverageEngine)}`)
}
Expand Down

0 comments on commit 9dced8e

Please sign in to comment.