Skip to content

Commit

Permalink
one more fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jtenner committed Jun 23, 2021
1 parent da5ad0c commit 934cfc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ export function run(cliOptions: Options, compilerArgs: string[]): void {
", ",
)}`;
const Covers = require("@as-covers/glue").Covers;
covers = new Covers({ files: ["assembly/internal/**/*.ts"] });
covers = new Covers({ files: coverageFiles });
}

/**
Expand Down

0 comments on commit 934cfc2

Please sign in to comment.