Reduce coverage threshold

This commit is contained in:
Daniel Imms
2024-07-02 11:39:54 -07:00
parent 4b6c8f1fe4
commit 645b698f37
+1 -1
View File
@@ -6,7 +6,7 @@
const cp = require('child_process');
const path = require('path');
const COVERAGE_LINES_THRESHOLD = 60;
const COVERAGE_LINES_THRESHOLD = 40;
// Add `out` to the NODE_PATH so absolute paths can be resolved.
const env = { ...process.env };