Skip to content

Commit 934cfc2

Browse files
committed
one more fix
1 parent da5ad0c commit 934cfc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/src/run.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ export function run(cliOptions: Options, compilerArgs: string[]): void {
326326
", ",
327327
)}`;
328328
const Covers = require("@as-covers/glue").Covers;
329-
covers = new Covers({ files: ["assembly/internal/**/*.ts"] });
329+
covers = new Covers({ files: coverageFiles });
330330
}
331331

332332
/**

0 commit comments

Comments
 (0)