Skip to content

Commit 4f644f7

Browse files
committed
test: align worker coverage boundaries
1 parent 1fe73f4 commit 4f644f7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/changed-coverage.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ const changedProductionFiles = execFileSync(
3434
!path.endsWith(".test.ts") &&
3535
!path.includes("/__tests__/") &&
3636
!path.includes("/browser_tests/") &&
37-
path !== "src/debug.ts",
37+
path !== "src/debug.ts" &&
38+
path !== "src/vnext/node-sql-parser-browser-worker.ts",
3839
);
3940
const changedRuntimeFiles = (
4041
await Promise.all(

0 commit comments

Comments
 (0)