Skip to content

Commit 3f72b68

Browse files
committed
fix coverage cli parameter
1 parent d21c2c1 commit 3f72b68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/scripts/run-many/run-many.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ function getE2ECommand(command: string, base: string): string {
1010
function getCoverageCommand(command: string): string {
1111
core.info(`Before coverage command: ${command}`);
1212
command = command.concat(
13-
` --codeCoverage=true --coverageReporters=['lcov']`
13+
` --codeCoverage=true --coverageReporters=lcov --coverageReporters=html`
1414
);
1515
core.info(`After coverage command: ${command}`);
1616
return command;

0 commit comments

Comments
 (0)