We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10be092 commit af1930bCopy full SHA for af1930b
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 --coverageReporters=["html", "lcov"]`
+ `--codeCoverage=true --coverageReporters=["html", "lcov"]`
14
);
15
core.info(`After coverage command: ${command}`);
16
return command;
0 commit comments