Skip to content

Commit

Permalink
add comment to force update
Browse files Browse the repository at this point in the history
  • Loading branch information
jtenner committed Jun 23, 2021
1 parent 721e9c7 commit dd7c5c0
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 @@ -315,7 +315,7 @@ export function run(cliOptions: Options, compilerArgs: string[]): void {
process.exit(1);
}

/** Potentailly enable code coverage */
/** Potentailly enable code coverage, using the configurated globs */
let covers: import("@as-covers/glue").Covers | null = null;
const coverageFiles =
cliOptions.coverage.length === 0
Expand Down

0 comments on commit dd7c5c0

Please sign in to comment.