We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d21c2c1 commit 3f72b68Copy full SHA for 3f72b68
1 file changed
tools/scripts/run-many/run-many.ts
@@ -10,7 +10,7 @@ function getE2ECommand(command: string, base: string): string {
10
function getCoverageCommand(command: string): string {
11
core.info(`Before coverage command: ${command}`);
12
command = command.concat(
13
- ` --codeCoverage=true --coverageReporters=['lcov']`
+ ` --codeCoverage=true --coverageReporters=lcov --coverageReporters=html`
14
);
15
core.info(`After coverage command: ${command}`);
16
return command;
0 commit comments